Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Description
Removes the named meta data for the given element, regardless of type. If the element doesn't exist, or it doesn't have any metadata of the given name, this function does nothing and returns `false_.
| Name | RemoveMetadataForElement |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
bool RemoveMetadataForElement
(
FRigBaseElement * InElement,
const FName & InName
)