IPropertyHandle::GetInstanceMetaData

Get metadata value for 'Key' for this property instance (as opposed to the class)

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

const FString * GetInstanceMetaData
(
    const FName & Key
) const

Remarks

Get metadata value for 'Key' for this property instance (as opposed to the class)

Returns

Pointer to metadata value; nullptr if Key not found

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