Navigation
API > API/Plugins > API/Plugins/NamingTokens > API/Plugins/NamingTokens/UNamingTokens
Description
Register an external token array which is managed from a caller. This is transient data. To retrieve the array, call GetExternalTokensChecked and pass in the Guid.
| Name | RegisterExternalTokens |
| Type | function |
| Header File | /Engine/Plugins/Developer/NamingTokens/Source/NamingTokens/Public/NamingTokens.h |
| Include Path | #include "NamingTokens.h" |
| Source | /Engine/Plugins/Developer/NamingTokens/Source/NamingTokens/Private/NamingTokens.cpp |
TArray < FNamingTokenData > & RegisterExternalTokens
(
FGuid & OutGuid
)
A reference to the token array. This reference may be invalidated if another array is registered.
Parameters
| Name | Remarks |
|---|---|
| OutGuid | The new guid these tokens are registered under. |