Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FText GetMetaDataText
(
const TCHAR* MetaDataKey, |
Find the metadata value associated with the key and localization namespace and key | UObject/Field.h | |
const FText GetMetaDataText
(
const FName& MetaDataKey, |
UObject/Field.h |
GetMetaDataText(const TCHAR *, const FTextKey, const FTextKey)
Description
Find the metadata value associated with the key and localization namespace and key
| Name | GetMetaDataText |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Field.cpp |
const FText GetMetaDataText
(
const TCHAR * MetaDataKey,
const FTextKey LocalizationNamespace,
const FTextKey LocalizationKey
) const
Localized metadata if available, defaults to whatever is provided via GetMetaData
Parameters
| Name | Remarks |
|---|---|
| Key | The key to lookup in the metadata |
| LocalizationNamespace | Namespace to lookup in the localization manager |
| LocalizationKey | Key to lookup in the localization manager |
GetMetaDataText(const FName &, const FTextKey, const FTextKey)
| Name | GetMetaDataText |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Field.cpp |
const FText GetMetaDataText
(
const FName & MetaDataKey,
const FTextKey LocalizationNamespace,
const FTextKey LocalizationKey
) const