Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetCurveRemapOpSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/CurveRemapOp.h |
| Include Path | #include "Retargeter/RetargetOps/CurveRemapOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Remap Curve Settings"))
struct FIKRetargetCurveRemapOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSettingsBase → FIKRetargetCurveRemapOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCopyAllSourceCurves | bool | Whether to copy all curves over to the target animation instance NOTE: This setting also applies when exporting retargeted animations. | Retargeter/RetargetOps/CurveRemapOp.h |
|
| bRemapCurves | bool | Toggle curve remapping on/off. | Retargeter/RetargetOps/CurveRemapOp.h |
|
| CurvesToRemap | TArray< FCurveRemapPair > | Add pairs of Source/Target curve names to remap. | Retargeter/RetargetOps/CurveRemapOp.h |
|
Functions
Public
Overridden from FIKRetargetOpSettingsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopySettingsAtRuntime
(
const FIKRetargetOpSettingsBase* InSettingsToCopyFrom |
(required) override to specify how settings should be applied in a way that will not require reinitialization (ie runtime compatible) | Retargeter/RetargetOps/CurveRemapOp.h | |
virtual const UClass * GetControllerType() |
(optional, but recommended) provide a custom controller type (deriving from UIKRetargetOpControllerBase) as an API for editing the op NOTE: this type will automatically be lazy instantiated when/if the user calls GetController() on the op. | Retargeter/RetargetOps/CurveRemapOp.h |