Navigation
API > API/Plugins > API/Plugins/NamingTokens > API/Plugins/NamingTokens/UNamingTokensEngineSubsystem
Description
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.
| Name | GetNamingTokens |
| Type | function |
| Header File | /Engine/Plugins/Developer/NamingTokens/Source/NamingTokens/Public/NamingTokensEngineSubsystem.h |
| Include Path | #include "NamingTokensEngineSubsystem.h" |
| Source | /Engine/Plugins/Developer/NamingTokens/Source/NamingTokens/Private/NamingTokensEngineSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="NamingTokens")
UNamingTokens * GetNamingTokens
(
const FString & InNamespace
) const
The found Naming Tokens object, or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InNamespace | The namespace of the tokens. |