Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Retargeter
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetSettings.h |
| Include | #include "Retargeter/IKRetargetSettings.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FTargetChainSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTargetChainFKSettings | FK | All settings for FK retargeting of this chain. FK retargeting runs before the IK pass. | |
| FTargetChainIKSettings | IK | All settings controlling the IK Goal assigned to this chain. | |
| FTargetChainSpeedPlantSettings | SpeedPlanting | All settings associated with planting IK goals based on the speed of the source. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopySettingsFromAsset
(
const URetargetChainSettings* AssetChainSettings |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FTargetChainSettings& Other |