Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetSpeedPlantingOp
Description
(optional) override to allow ops to react when a property marked "ReinitializeOnEdit" on the parent op is modified NOTE: InPropertyChangedEvent will be null at load time giving op a chance to clean based on parent state. NOTE: this is called in several places where InPropertyChangedEvent may be null
Virtual Inheritance
- FIKRetargetOpBase::OnParentReinitPropertyEdited → FIKRetargetSpeedPlantingOp::OnParentReinitPropertyEdited
| Name | OnParentReinitPropertyEdited |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/SpeedPlantingOp.h |
| Include Path | #include "Retargeter/RetargetOps/SpeedPlantingOp.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/Retargeter/RetargetOps/SpeedPlantingOp.cpp |
virtual void OnParentReinitPropertyEdited
(
const FIKRetargetOpBase & InParentOp,
const FPropertyChangedEvent * InPropertyChangedEvent
)