Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UStruct
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 UStruct &42; HasMetaDataHierarchical
&40;
const FName & Key
&41; const
Remarks
Determines if the struct or any of its super structs has any metadata associated with the provided key pointer to the UStruct that has associated metadata, nullptr if Key is not associated with any UStruct in the hierarchy
Parameters
| Name | Description |
|---|---|
| Key | The key to lookup in the metadata |