Navigation
API > API/Plugins > API/Plugins/IKRig
The blueprint/python API for editing a FK Chains Op
| Name | UIKRetargetFKChainsController |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/FKChainsOp.h |
| Include Path | #include "Retargeter/RetargetOps/FKChainsOp.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UIKRetargetFKChainsController : public UIKRetargetOpControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRetargetOpControllerBase → UIKRetargetFKChainsController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetFKChainsOpSettings GetSettings() |
Get the current op settings as a struct. | Retargeter/RetargetOps/FKChainsOp.h |
|
void SetSettings
(
FIKRetargetFKChainsOpSettings InSettings |
Set the op settings. Input is a custom struct type for this op. | Retargeter/RetargetOps/FKChainsOp.h |
|