src/rider/main/kotlin/com/jetbrains/rider/plugins/unreal/actions/HotReloadBuildAction.kt [13:20]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.BGT override fun update(e: AnActionEvent) { super.update(e) val host = e.getUnrealHost() if (host == null) { e.presentation.isEnabledAndVisible = false return - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/rider/main/kotlin/com/jetbrains/rider/plugins/unreal/actions/PlayActions.kt [196:203]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.BGT override fun update(e: AnActionEvent) { super.update(e) val host = e.getUnrealHost() if (host == null) { e.presentation.isEnabledAndVisible = false return - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -