Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Debug Draw a link between a child and parent bone.
| Name | FRigUnit_DrawDebugBoneLink |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/RigUnit_DrawDebugLibrary.h |
| Include Path | #include "RigUnit_DrawDebugLibrary.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Debug Bone Link"))
struct FRigUnit_DrawDebugBoneLink : public FRigUnit_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit_DrawDebugLibraryBase → FRigUnit_DrawDebugBoneLink
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDepthTest | bool | If to use depth testing while drawing. | RigUnit_DrawDebugLibrary.h |
|
| ChildLocation | FVector | Draw Child Location. | RigUnit_DrawDebugLibrary.h |
|
| Color | FLinearColor | Draw Color. | RigUnit_DrawDebugLibrary.h |
|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| ParentLocation | FVector | Draw Parent Location. | RigUnit_DrawDebugLibrary.h |
|
| ParentRotation | FRotator | Draw Parent Rotation. | RigUnit_DrawDebugLibrary.h |
|
| Radius | float | Bone Radius. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |