Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetBlendToSourceChainSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/BlendToSourceOp.h |
| Include Path | #include "Retargeter/RetargetOps/BlendToSourceOp.h" |
Syntax
USTRUCT (BlueprintType )
struct FIKRetargetBlendToSourceChainSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retargeter/RetargetOps/BlendToSourceOp.h | |||
FIKRetargetBlendToSourceChainSettings
(
const FName InTargetChainName |
Retargeter/RetargetOps/BlendToSourceOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ApplyPelvisOffset | double | Range 0 to 1. | Retargeter/RetargetOps/BlendToSourceOp.h |
|
| BlendToSource | double | Range 0 to 1. | Retargeter/RetargetOps/BlendToSourceOp.h |
|
| RotationAlpha | double | Range 0 to 1. | Retargeter/RetargetOps/BlendToSourceOp.h |
|
| TargetChainName | FName | The name of the TARGET chain to blend to source on. | Retargeter/RetargetOps/BlendToSourceOp.h |
|
| TranslationAlpha | double | Range 0 to 1. | Retargeter/RetargetOps/BlendToSourceOp.h |
|
| TranslationPerAxisAlpha | FVector | Range 0 to 1. | Retargeter/RetargetOps/BlendToSourceOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Retargeter/RetargetOps/BlendToSourceOp.h | ||
void SetName
(
const FName InName |
Retargeter/RetargetOps/BlendToSourceOp.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FIKRetargetBlendToSourceChainSettings& Other |
Retargeter/RetargetOps/BlendToSourceOp.h |