| 71 | FLevelEditorModule& LevelEditorModule = FModuleManager::LoadModuleChecked<FLevelEditorModule>("LevelEditor"); |
| 72 | |
| 73 | TSharedPtr<class FUICommandList> PythonSlateCommands = MakeShareable(new FUICommandList); |
| 74 | |
| 75 | for (auto cmd_map : *python_commands) { |
| 76 | if (cmd_map.first.Compare(FString("")) == 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected