Navigation
API > API/Plugins > API/Plugins/NamingTokens
| Name | FNamingTokenData |
| Type | struct |
| Header File | /Engine/Plugins/Developer/NamingTokens/Source/NamingTokens/Public/NamingTokenData.h |
| Include Path | #include "NamingTokenData.h" |
Syntax
USTRUCT (BlueprintType )
struct FNamingTokenData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NamingTokenData.h | |||
FNamingTokenData
(
const FString& InTokenKey |
NamingTokenData.h | ||
FNamingTokenData
(
const FString& InTokenKey, |
NamingTokenData.h | ||
FNamingTokenData
(
const FString& InTokenKey, |
NamingTokenData.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FTokenProcessorDelegateNative | TBaseDelegate_NoParams< FText > | NamingTokenData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FText | A description of the token. | NamingTokenData.h |
|
| DisplayName | FText | The friendly display name of the token. | NamingTokenData.h |
|
| FunctionName | FName | The function to use to evaluate the token. Only needed for blueprint implementations. | NamingTokenData.h |
|
| TokenKey | FString | The key of the token to use. | NamingTokenData.h |
|
| TokenProcessorNative | FTokenProcessorDelegateNative | The native delegate to execute to evaluate the function. | NamingTokenData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Equals
(
const FNamingTokenData& Other, |
Checks for equality dependent on case sensitivity. | NamingTokenData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FNamingTokenData& Other |
NamingTokenData.h |