Navigation
API > API/Plugins > API/Plugins/SlateScriptingCommands > API/Plugins/SlateScriptingCommands/UUICommandsScriptingSubsystem
Description
USubsystem Interface: handles initialization of instances of the system This is where the subsystem binds to the CommandListRegistered delegate of the InputBindingManager
To expose command lists from external systems to this subsystem, call FInputBindingManager::RegisterCommandList from the external system. The binding manager will then broadcast the registered command list to all subscribers.
Virtual Inheritance
- USubsystem::Initialize → UUICommandsScriptingSubsystem::Initialize
| Name | Initialize |
| 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 |
virtual void Initialize
(
FSubsystemCollectionBase & Collection
)