Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UMetaData
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 |
bool HasObjectValues
(
const UObject * Object
)
Remarks
Is there any metadata for this property? Is there any metadata for this property? TrUE if the property has any metadata at all
Parameters
| Name | Description |
|---|---|
| Object | the object to lookup the metadata for |
| Object | the object to lookup the metadata for |