Navigation
API > API/Plugins > API/Plugins/IKRig
BEGIN LEGACY OP BASE
| Name | URetargetOpBase |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
Syntax
UCLASS (MinimalAPI)
class URetargetOpBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URetargetOpBase
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEnabled | bool | Retargeter/IKRetargetOps.h | ||
| bIsInitialized | bool | Retargeter/IKRetargetOps.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConvertToInstancedStruct
(
FInstancedStruct& OutInstancedStruct |
This is the deprecation upgrade path for solvers that inherit from UIKRigSolver to convert them to FIKRigSolverBase override this and supply a struct into OutInstancedStruct that derives from FIKRigSolverBase that implements your custom solver. | Retargeter/IKRetargetOps.h | |
virtual FText GetNiceName() |
Retargeter/IKRetargetOps.h | ||
virtual bool Initialize
(
const FIKRetargetProcessor& Processor, |
Retargeter/IKRetargetOps.h | ||
virtual void OnAddedToStack
(
const UIKRetargeter* Asset |
Retargeter/IKRetargetOps.h | ||
virtual void Run
(
const FIKRetargetProcessor& Processor, |
Retargeter/IKRetargetOps.h | ||
virtual FText WarningMessage() |
Retargeter/IKRetargetOps.h |