UField::GetMetaDataText

Find the metadata value associated with the key and localization namespace and key

Windows
MacOS
Linux

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

Syntax

FText GetMetaDataText
(
    const TCHAR * MetaDataKey,
    const FString LocalizationNamespace,
    const FString LocalizationKey
) const

Remarks

Find the metadata value associated with the key and localization namespace and key

Returns

Localized metadata if available, defaults to whatever is provided via GetMetaData

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss