Navigation
API > API/Plugins > API/Plugins/BodyIntersectIKOp
Used to hold all debug draw info for convenience.
| Name | FDebugBodyIntersectDrawInfo |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RelativeIKOp/Source/BodyIntersectIKOp/Public/BodyIntersectIKOp.h |
| Include Path | #include "BodyIntersectIKOp.h" |
Syntax
struct FDebugBodyIntersectDrawInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GoalIntersectTfms | TArray< TTuple< FName, FTransform > > | BodyIntersectIKOp.h | ||
| PoleIntersectTfms | TArray< TTuple< float, FTransform > > | BodyIntersectIKOp.h | ||
| PropIntersectTfms | TArray< TTuple< float, float, FTransform > > | BodyIntersectIKOp.h | ||
| TargetIntersectDetected | TArray< bool > | Intersect info. | BodyIntersectIKOp.h | |
| TargetIntersectTfms | TArray< TTuple< FName, FTransform > > | BodyIntersectIKOp.h |