Navigation
API > API/Plugins > API/Plugins/RelativeIKOp
Used to hold all debug draw info for convenience.
| Name | FDebugRelativeIKDrawInfo |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RelativeIKOp/Source/RelativeIKOp/Public/RelativeIKOp.h |
| Include Path | #include "RelativeIKOp.h" |
Syntax
struct FDebugRelativeIKDrawInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PairRetargetInfo | TArray< FDebugRelativeTargetPairSpace > | Debug info for retarget pairs. | RelativeIKOp.h | |
| SourceBodyInfo | TArray< FDebugDrawBodyInfo > | Body info. | RelativeIKOp.h | |
| SourcePairVerts | TArray< FDebugDrawBodyPair > | Source/target vert pair info. | RelativeIKOp.h | |
| SourceTfmInfo | TArray< FDebugBodyTfmInfo > | Body transform vecs. | RelativeIKOp.h | |
| TargetBodyInfo | TArray< FDebugDrawBodyInfo > | RelativeIKOp.h | ||
| TargetGoals | TArray< FDebugDrawTargetGoal > | Final goal points with contributions. | RelativeIKOp.h | |
| TargetPairVerts | TArray< FDebugDrawBodyPair > | RelativeIKOp.h | ||
| TargetTfmInfo | TArray< FDebugBodyTfmInfo > | RelativeIKOp.h |