Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/Public/UICommandsScriptingSubsystem.h |
Include |
#include "UICommandsScriptingSubsystem.h" |
USTRUCT()
struct FScriptingCommandsContext
The list of commands and UI Command Lists associated with a context. This enables easier management of commands within registered contexts and their UI Command Lists.
Name | Description | ||
---|---|---|---|
|
CommandLists |
An array of command list associated to the given context |
|
|
ContextName |
The context these command lists are bound to |
|
|
ScriptingCommands |
The commands bound in these command lists |
Name | Description | |
---|---|---|
|
FScriptingCommandsContext() |
|
|
FScriptingCommandsContext ( |
Name | Description | ||
---|---|---|---|
|
MapAllCommands ( |
Maps all commands existing within this context to the given command list |
|
|
MapCommand ( |
Maps the given command to all the command lists of this context |
|
|
RegisterCommandList ( |
Registers a command list in this context then map to it all commands existing within this context |
|
|
UnmapAllCommands ( |
Unmaps all commands existing within this context from the given command list |
|
|
UnmapCommand ( |
Unmaps the given command from all the command lists of this context |
|
|
UnregisterCommandList ( |
Unregisters command list from this context then unmap from it all commands existing within this context |