Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Debug Draw lines at the given locations scaled by the given velocities.
| Name | FRigUnit_DrawDebugVelocities |
| 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 Velocities"))
struct FRigUnit_DrawDebugVelocities : public FRigUnit_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit_DrawDebugLibraryBase → FRigUnit_DrawDebugVelocities
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 |
|
| DrawVelocityLineScale | float | Scale of the line to draw. | RigUnit_DrawDebugLibrary.h |
|
| LineStyle | FDrawDebugLineStyle | Line Style. | RigUnit_DrawDebugLibrary.h |
|
| Locations | TArray< FVector > | Draw Locations. | RigUnit_DrawDebugLibrary.h |
|
| Velocities | TArray< FVector > | Velocities to draw. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |