Navigation
| Name | SlateScriptingCommands |
| Type | Plugin |
| Part of Plugins | Slate Scripting |
| Location | /Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/ |
| Module Build Rules | SlateScriptingCommands.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FCanExecuteCommand | Exposing FCanExecuteAction as dynamic |
| FExecuteCommand | Exposing FExecuteAction as dynamic |
| FSlateScriptingCommandsModule | |
| UUICommandsScriptingSubsystem | UEditorInputSubsystem Subsystem for dynamically registering editor commands through scripting |
Structs
| Name | Remarks |
|---|---|
| FScriptingCommand | All the internal data related to a scripting command as well as methods to easily expose the command to the binding manager |
| FScriptingCommandInfo | The data defining a scripting command. At the exception of its delegates. |
| FScriptingCommandsContext | The list of commands and UI Command Lists associated with a context. |
| FScriptingCommandSet | To avoid conflicts between scripts, each command is associated to a command set which must be registered manually. |