Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetOpBase
Description
Set the name of the op this op is "parented" to. This enforces execution order. NOTE: InName is assumed to refer to an op that exists. NOTE: Renaming the parent op through the controller will auto-update this.
| Name | SetParentOpName |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/Retargeter/IKRetargetOps.cpp |
void SetParentOpName
(
const FName InName
)