Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Naming Token Value Data' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Naming Token Value Data |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Token Key | The token key. |
| string | Token Namespace | The namespace of the token key. |
| text | Token Value | The evaluated token text. |
| boolean | Was Evaluated | If the token was able to be evaluated. |