Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FField > FindMetaData
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
Include | #include "UObject/Field.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Field.cpp |
const FString &42; FindMetaData
&40;
const FName & Key
&41; const
Remarks
Find the metadata value associated with the key The value associated with the key if it exists, null otherwise
Parameters
Name | Description |
---|---|
Key | The key to lookup in the metadata |