Navigation
API > API/Plugins > API/Plugins/NamingTokens
| Name | FNamingTokenValueData |
| Type | struct |
| Header File | /Engine/Plugins/Developer/NamingTokens/Source/NamingTokens/Public/NamingTokenData.h |
| Include Path | #include "NamingTokenData.h" |
Syntax
USTRUCT (BlueprintType )
struct FNamingTokenValueData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bWasEvaluated | bool | If the token was able to be evaluated. | NamingTokenData.h |
|
| ProvidedNamespace | FString | The namespace of the token, if it was originally provided during evaluation. | NamingTokenData.h |
|
| TokenKey | FString | The token key. | NamingTokenData.h |
|
| TokenValue | FText | The evaluated token text. | NamingTokenData.h |
|