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

Method Builder

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

Source from the content-addressed store, hash-verified

35}
36
37void FPythonSlateCommand::Builder(FMenuBuilder& Builder) {
38 Builder.AddMenuEntry(PythonSlateAction);
39}
40
41
42void FPythonSlateCommand::Callback() {

Callers

nothing calls this directly

Calls 1

FNameClass · 0.50

Tested by

no test coverage detected