Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Naming Token Data' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Naming Token Data |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Token Key | The key of the token to use.This is what the text must match in order to be evaluated. Brackets are automatically added and do not need to be included.@note Must contain alphanumeric and '_' characters only and cannot be empty. |
| text | Display Name | The friendly display name of the token. |
| text | Description | A description of the token. |