Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMStruct
Description
Checks if any struct in the hierarchy has the specified metadata. UScriptStruct metadata is not inherited automatically, so this walks up the hierarchy to check each struct in the chain.
| Name | HasMetaData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
static bool HasMetaData
(
const UScriptStruct * InStruct,
const FName & InMetaDataKey
)