Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FCurveRemapPair |
| 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 )
struct FCurveRemapPair
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SourceCurve | FName | The curve name on the SOURCE skeletal mesh to copy animation data from. | Retargeter/RetargetOps/CurveRemapOp.h |
|
| TargetCurve | FName | The curve name on the TARGET skeletal mesh to receive animation data. | Retargeter/RetargetOps/CurveRemapOp.h |
|