Navigation
API > API/Plugins > API/Plugins/RelativeIKOp > API/Plugins/RelativeIKOp/FIKRetargetRelativeIKOp
Internal structure for holding necessary baked->component transform data Baked data is in Source Bone orientation but at body origin
| Name | FBodyTransform |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RelativeIKOp/Source/RelativeIKOp/Public/RelativeIKOp.h |
| Include Path | #include "RelativeIKOp.h" |
Syntax
struct FBodyTransform
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BodyScale | FVector | RelativeIKOp.h | ||
| BodyToGlobal | FTransform | RelativeIKOp.h | ||
| BoneToBody | FTransform | TODO: Test this with FMatrix computations and see what's better/faster. | RelativeIKOp.h |