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

Method Filler

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

Source from the content-addressed store, hash-verified

50}
51
52void FPythonSlateMenuBar::Filler(FMenuBuilder& Builder) {
53 for (FPythonSlateCommand *cmd : *commands) {
54 Builder.AddMenuEntry(cmd->PythonSlateAction);
55 }
56}
57
58void FPythonSlateMenuBar::Builder(FMenuBarBuilder& MenuBarBuilder) {
59 MenuBarBuilder.AddPullDownMenu(FText::FromString(name),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected