Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Retargeter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URetargetOpStack
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include | #include "Retargeter/IKRetargetOps.h" |
Syntax
UCLASS (BlueprintType)
class URetargetOpStack : public UObject
Remarks
Wrapper around a TArray of Retarget Ops for display in details panel
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FIKRetargetEditorController > | EditorController | Pointer to editor for details customization | |
| TArray< TObjectPtr< URetargetOpBase > > | RetargetOps | Stack of operations to run AFTER the main retarget phases (Order is: Root/IK/FK/Post) |