Navigation
BlueprintAPI > BlueprintAPI/NamingTokens
Given a list of tokens, return a list of all found tokens and their values.
Target is Naming Tokens Engine Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| string | In Token List | A list of raw tokens. Tokens can include their namespace, but do not include brackets. |
| struct | In Filter | [Optional] Filter to determine which namespaces to use. |
| object | In Contexts | [Optional] Context objects to pass to naming tokens. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | Evaluation data for each token. |