Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Debug Draw the start section of a catmull rom spline.
| Name | FRigUnit_DrawDebugCatmullRomSplineStart |
| 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 Catmull Rom Spline Start"))
struct FRigUnit_DrawDebugCatmullRomSplineStart : public FRigUnit_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit_DrawDebugLibraryBase → FRigUnit_DrawDebugCatmullRomSplineStart
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDepthTest | bool | If to use depth testing while drawing. | RigUnit_DrawDebugLibrary.h |
|
| bMonotonic | bool | If to draw a monotonic spline. | RigUnit_DrawDebugLibrary.h |
|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| LineStyle | FDrawDebugLineStyle | Line Style. | RigUnit_DrawDebugLibrary.h |
|
| Segments | int32 | Number of segments in the spline segment. | RigUnit_DrawDebugLibrary.h |
|
| V0 | FVector | Vertex 0. | RigUnit_DrawDebugLibrary.h |
|
| V1 | FVector | Vertex 1. | RigUnit_DrawDebugLibrary.h |
|
| V2 | FVector | Vertex 2. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |