Navigation
API > API/Plugins > API/Plugins/SlateScriptingCommands
References
| Module | SlateScriptingCommands |
| Header | /Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/Public/UICommandsScriptingSubsystem.h |
| Include | #include "UICommandsScriptingSubsystem.h" |
Syntax
USTRUCT&40;&41;
struct FScriptingCommandSet
Remarks
To avoid conflicts between scripts, each command is associated to a command set which must be registered manually.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCanExecuteCommands | Whether the commands in this set are enabled | |
| TArray< TSharedPtr< FScriptingCommand > > | ScriptingCommands | The commands in this set |