Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UField > API/Runtime/CoreUObject/UObject/UField/GetMetaDataText
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
FText GetMetaDataText
&40;
const TCHAR &42; MetaDataKey,
const FString LocalizationNamespace,
const FString LocalizationKey
&41; const
Remarks
Find the metadata value associated with the key and localization namespace and key Localized metadata if available, defaults to whatever is provided via GetMetaData
Parameters
Name | Description |
---|---|
Key | The key to lookup in the metadata |
LocalizationNamespace | Namespace to lookup in the localization manager |
LocalizationKey | Key to lookup in the localization manager |