Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Retargeter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URetargetOpBase
- UCurveRemapOp
- UPinBoneOp
- URootMotionGeneratorOp
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include | #include "Retargeter/IKRetargetOps.h" |
Syntax
UCLASS (Abstract, HideCategories=UObject)
class URetargetOpBase : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsEnabled | ||
| bool | bIsInitialized |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNiceName () |
Override to give your operation a nice name to display in the UI | |
| bool | Initialize
(
const UIKRetargetProcessor* Processor, |
Override to cache internal data when initializing the processor | |
| void | OnAddedToStack
(
const UIKRetargeter* Asset |
Override to automate initial setup after being added to the stack | |
| void | Run
(
const UIKRetargetProcessor* Processor, |
Override to evaluate this operation and modify the output pose | |
| FText | Override to display a warning message in the op stack |