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

Class FPythonSlateCommand

Source/UnrealEnginePython/Private/UEPySlate.h:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20struct FPythonSlateCommand {
21 TSharedPtr<class FUICommandInfo> PythonSlateAction;
22 FString command_name;
23 PyObject *py_callable;
24 FString menu_bar;
25 void Builder(FMenuBuilder& Builder);
26 void Callback();
27};
28
29
30struct FPythonSlateMenuBar {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected