Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigHierarchyMetadataTagChangedDelegate & OnMetadataTagChanged () |
Returns the MetadataTagChanged event, which can be used to track metadata tag changes Note: This notification has a very high volume - so the consequences of subscribing to it may cause performance slowdowns. | Rigs/RigHierarchy.h | |
void OnMetadataTagChanged
(
const FRigElementKey& InKey, |
Rigs/RigHierarchy.h |
OnMetadataTagChanged()
Description
Returns the MetadataTagChanged event, which can be used to track metadata tag changes Note: This notification has a very high volume - so the consequences of subscribing to it may cause performance slowdowns.
| Name | OnMetadataTagChanged |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
FRigHierarchyMetadataTagChangedDelegate & OnMetadataTagChanged()
OnMetadataTagChanged(const FRigElementKey &, const FName &, bool)
| Name | OnMetadataTagChanged |
| 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 |
void OnMetadataTagChanged
(
const FRigElementKey & InKey,
const FName & InTag,
bool bAdded
)