Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Debug Draws a transform trajectory.
| Name | FRigUnit_DrawDebugTransformTrajectory |
| 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 Transform Trajectory"))
struct FRigUnit_DrawDebugTransformTrajectory : public FRigUnit_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit_DrawDebugLibraryBase → FRigUnit_DrawDebugTransformTrajectory
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDepthTest | bool | If to use depth testing while drawing. | RigUnit_DrawDebugLibrary.h |
|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| LineStyle | FDrawDebugLineStyle | Line Style. | RigUnit_DrawDebugLibrary.h |
|
| Radius | float | Sample sphere radius. | RigUnit_DrawDebugLibrary.h |
|
| TransformTrajectory | FTransformTrajectory | Transform Trajectory. | RigUnit_DrawDebugLibrary.h |
|
| VerticalOffset | float | Vertical offset to apply to prevent clipping with ground plane. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |