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