Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Slate/SlateScripting/Source/SlateScriptingCommands/Public/UICommandsScriptingSubsystem.h |
Include |
#include "UICommandsScriptingSubsystem.h" |
USTRUCT(BlueprintType)
struct FScriptingCommandInfo
The data defining a scripting command. At the exception of its delegates.
Name | Description | ||
---|---|---|---|
|
ContextName |
The editor context this command is bound to |
|
|
Description |
The description of the command |
|
|
InputChord |
The input chord to bound to the command |
|
|
Label |
The command label or what name will be displayed for it |
|
|
Name |
The command name. Must be unique in its set. |
|
|
Set |
The command set this command belongs to. |
Name | Description | ||
---|---|---|---|
|
Equals ( |
Compares this command info with the given one per context, set, name and optionally input chord |
|
|
GetFullName() |
Builds a full name in the format context.set.command_name to avoid conflicts with commands registered in different contexts/sets |