MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / FUICommandList

Class FUICommandList

Source/UnrealEnginePython/Private/UEPySlate.cpp:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected