Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetOpBase
Description
Called during PostLoad to allow ops to be split into multiple ops during version upgrade. Return an array of new op instances that replace this op. If empty, no splitting occurred and the original op is preserved.
| Name | PostLoadSplitOp |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
virtual bool PostLoadSplitOp
(
TArray < FInstancedStruct > & OutNewOps
)
true if this op is being replaced by OutNewOps, false to keep original op
Parameters
| Name | Remarks |
|---|---|
| OutNewOps | Out array which will hold new op instances (if splitting occurred) |