src/rider/main/kotlin/com/jetbrains/rider/plugins/unreal/actions/PlaySettingsActions.kt [127:135]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.BGT override fun update(e: AnActionEvent) { val host = e.getUnrealHost() e.presentation.isEnabledAndVisible = host != null } override fun actionPerformed(e: AnActionEvent) { val project = e.project ?: return - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/rider/main/kotlin/com/jetbrains/rider/plugins/unreal/actions/PlaySettingsActions.kt [141:149]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.BGT override fun update(e: AnActionEvent) { val host = e.getUnrealHost() e.presentation.isEnabledAndVisible = host != null } override fun actionPerformed(e: AnActionEvent) { val project = e.project ?: return - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -