Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Debug Draw a cone starting from the point oriented on the forward axis, with the given angle.
| Name | FRigUnit_DrawDebugConeLookAt |
| 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 Cone Look At"))
struct FRigUnit_DrawDebugConeLookAt : public FRigUnit_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit_DrawDebugLibraryBase → FRigUnit_DrawDebugConeLookAt
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Angle | float | Cone Angle. | RigUnit_DrawDebugLibrary.h |
|
| bDepthTest | bool | If to use depth testing while drawing. | RigUnit_DrawDebugLibrary.h |
|
| Direction | FVector | Draw Direction. | RigUnit_DrawDebugLibrary.h |
|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| Length | float | Cone Length. | RigUnit_DrawDebugLibrary.h |
|
| LineStyle | FDrawDebugLineStyle | Line Style. | RigUnit_DrawDebugLibrary.h |
|
| Location | FVector | Draw Location. | RigUnit_DrawDebugLibrary.h |
|
| Segments | int32 | Number of segments. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |