Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Scripting Command Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Scripting Command Info |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Context Name | The editor context this command is bound to |
| name | Set | The command set this command belongs to. This is to avoid conflicts and could refer to the owner of the command |
| name | Name | The command name. Must be unique in its set. |
| text | Label | The command label or what name will be displayed for it |
| text | Description | The description of the command |
| struct | Input Chord | The input chord to bound to the command |