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