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

Class FPythonSlateCommands

Source/UnrealEnginePython/Private/UEPySlate.h:37–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37class FPythonSlateCommands : public TCommands<FPythonSlateCommands>
38{
39public:
40
41 FPythonSlateCommands()
42 : TCommands<FPythonSlateCommands>(TEXT("UnrealEnginePython"), NSLOCTEXT("Contexts" ,"UnrealEnginePython", "UnrealEnginePython"), NAME_None, "EditorStyle")
43 {
44 }
45
46 // TCommands<> interface
47 virtual void RegisterCommands() override;
48
49 static void ApplyPythonExtenders();
50};
51
52PyObject *py_unreal_engine_add_menu_extension(PyObject *, PyObject *);
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected