Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UField > API/Runtime/CoreUObject/UObject/UField/HasMetaData
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
bool HasMetaData
(
const TCHAR * Key
) const
Remarks
Determines if the property has any metadata associated with the key true if there is a (possibly blank) value associated with this key
Parameters
| Name | Description |
|---|---|
| Key | The key to lookup in the metadata |