UMetaData::GetValue

Return the value for the given key in the given property

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/MetaData.h

Include

#include "UObject/MetaData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp

Syntax

const FString & GetValue
(
    const UObject * Object,
    const TCHAR * Key
)

Remarks

Return the value for the given key in the given property

Returns

The value if found, otherwise an empty string

Parameters

Parameter

Description

Object

the object to lookup the metadata for

Key

The key to lookup

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