Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Naming Token Result Data' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Naming Token Result Data |
Outputs
| Type | Name | Description |
|---|---|---|
| text | Original Text | Original text without any modifications. |
| text | Evaluated Text | The full text with evaluated tokens. |
| struct | Token Values | The result of individual tokens, in the order they appear in OriginalText. |