Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Retargeter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URetargetChainSettings
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargeter.h |
| Include | #include "Retargeter/IKRetargeter.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URetargetChainSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FIKRetargetEditorController > | EditorController | END deprecated properties. | |
| FTargetChainSettings | Settings | The settings used to control the motion on this target chain. | |
| FName | SourceChain | The chain on the Source IK Rig asset to copy animation FROM. | |
| FName | TargetChain | The chain on the Target IK Rig asset to copy animation TO. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
URetargetChainSettings
(
const FName& TargetChain |
Overridden from UObject
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BlendToSource_DEPRECATED | ||
| FVector | BlendToSourceWeights_DEPRECATED | ||
| bool | CopyPoseUsingFK_DEPRECATED | Deprecated properties from before FTargetChainSettings / profile refactor (July 2022) | |
| bool | DriveIKGoal_DEPRECATED | ||
| float | Extension_DEPRECATED | ||
| float | RotationAlpha_DEPRECATED | ||
| ERetargetRotationMode | RotationMode_DEPRECATED | ||
| FName | SpeedCurveName_DEPRECATED | ||
| FVector | StaticLocalOffset_DEPRECATED | ||
| FVector | StaticOffset_DEPRECATED | ||
| FRotator | StaticRotationOffset_DEPRECATED | ||
| float | TranslationAlpha_DEPRECATED | ||
| ERetargetTranslationMode | TranslationMode_DEPRECATED | ||
| float | UnplantCriticalDamping_DEPRECATED | ||
| float | UnplantStiffness_DEPRECATED | ||
| bool | UseSpeedCurveToPlantIK_DEPRECATED | ||
| float | VelocityThreshold_DEPRECATED |