Navigation
API > API/Plugins > API/Plugins/IKRig
NOTE: Replaced IK/FK/Post toggle flags with Op-enabled flags. Warping settings now in Stride Warp Op.
| Name | FRetargetGlobalSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetDeprecated.h |
| Include Path | #include "Retargeter/IKRetargetDeprecated.h" |
Syntax
USTRUCT (BlueprintType )
struct FRetargetGlobalSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCopyBasePose | bool | Retargeter/IKRetargetDeprecated.h |
|
|
| bEnableFK | bool | Retargeter/IKRetargetDeprecated.h |
|
|
| bEnableIK | bool | Retargeter/IKRetargetDeprecated.h |
|
|
| bEnablePost | bool | Retargeter/IKRetargetDeprecated.h |
|
|
| bEnableRoot | bool | Retargeter/IKRetargetDeprecated.h |
|
|
| bWarping | bool | Retargeter/IKRetargetDeprecated.h |
|
|
| CopyBasePoseRoot | FName | Retargeter/IKRetargetDeprecated.h |
|
|
| DirectionChain | FName | Retargeter/IKRetargetDeprecated.h |
|
|
| DirectionSource | EWarpingDirectionSource | Retargeter/IKRetargetDeprecated.h |
|
|
| ForwardDirection | EBasicAxis | Retargeter/IKRetargetDeprecated.h |
|
|
| SidewaysOffset | float | Retargeter/IKRetargetDeprecated.h |
|
|
| SourceScaleFactor | float | Retargeter/IKRetargetDeprecated.h |
|
|
| WarpForwards | float | Retargeter/IKRetargetDeprecated.h |
|
|
| WarpSplay | float | Retargeter/IKRetargetDeprecated.h |
|