Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Description
Force the op to run the initial setup. This is normally run when an Op is added through the editor UI. NOTE: ops may not have custom initial setup routines; the exact behavior is op-dependent
| Name | RunOpInitialSetup |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargeterController.h |
| Include Path | #include "RetargetEditor/IKRetargeterController.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RetargetEditor/IKRetargeterController.cpp |
UFUNCTION (BlueprintCallable, Category="IK Retarget", Meta=(BlueprintThreadSafe))
void RunOpInitialSetup
(
const int32 InOpIndex
) const
Parameters
| Name | Remarks |
|---|---|
| InOpIndex | the index of the op to run setup on |