Navigation
BlueprintAPI > BlueprintAPI/NamingTokens
Lookup naming tokens given a namespace. This will look first in cached naming tokens, then native classes, then blueprint classes. Call ClearCachedNamingTokens to reset the cache and force a full lookup.
Target is Naming Tokens Engine Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| string | In Namespace | The namespace of the tokens. |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Return Value | The found Naming Tokens object, or nullptr. |