This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
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. |