Navigation
API > API/Plugins > API/Plugins/SlateScriptingCommands > API/Plugins/SlateScriptingCommands/FScriptingCommand
Description
Registers a new UICommandInfo in the associated context through the binding manager. At this point, the command is exposed to the manager but not mapped to any command list.
| Name | MakeUICommandInfo |
| Type | function |
| Header File | /Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/Public/UICommandsScriptingSubsystem.h |
| Include Path | #include "UICommandsScriptingSubsystem.h" |
| Source | /Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/Private/UICommandsScriptingSubsystem.cpp |
TSharedPtr < FUICommandInfo > MakeUICommandInfo() const