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 |
- BlueprintReadOnly
- Category="NamingTokens"
|
| TokenKey |
FString |
The token key. |
NamingTokenData.h |
- BlueprintReadOnly
- Category="NamingTokens"
|
| TokenNamespace |
FString |
The namespace of the token key. |
NamingTokenData.h |
- BlueprintReadOnly
- Category="NamingTokens"
|
| TokenValue |
FText |
The evaluated token text. |
NamingTokenData.h |
- BlueprintReadOnly
- Category="NamingTokens"
|