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

Class FPythonSlateMenuBar

Source/UnrealEnginePython/Private/UEPySlate.h:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30struct FPythonSlateMenuBar {
31 FString name;
32 std::list<FPythonSlateCommand *> *commands;
33 void Builder(FMenuBarBuilder& MenuBarBuilder);
34 void Filler(FMenuBuilder& Builder);
35};
36
37class FPythonSlateCommands : public TCommands<FPythonSlateCommands>
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected