Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UField > API/Runtime/CoreUObject/UObject/UField/GetMetaData
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 |
const FString & GetMetaData
(
const TCHAR * Key
) const
Remarks
Find the metadata value associated with the key The value associated with the key
Parameters
| Name | Description |
|---|---|
| Key | The key to lookup in the metadata |