Navigation
API > API/Plugins > API/Plugins/AnimationWarpingRuntime
Foot definition specifying the IK/FK foot bones and Thigh bone.
| Name | FStrideWarpingFootDefinition |
| Type | struct |
| Header File | /Engine/Plugins/Animation/AnimationWarping/Source/Runtime/Public/BoneControllers/AnimNode_StrideWarping.h |
| Include Path | #include "BoneControllers/AnimNode_StrideWarping.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FStrideWarpingFootDefinition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FKFootBone | FBoneReference | FK driven foot bone. | BoneControllers/AnimNode_StrideWarping.h |
|
| IKFootBone | FBoneReference | IK driven foot bone. | BoneControllers/AnimNode_StrideWarping.h |
|
| ThighBone | FBoneReference | Thigh bone, representing the end of the leg chain prior to reaching the Pelvis Bone. | BoneControllers/AnimNode_StrideWarping.h |
|