Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Debug Draw a name to the visual logger. Will do nothing if not using a VisualLoggerDrawer. Will not display on-screen during recording.
| Name | FRigUnit_DrawDebugVisualLoggerDrawName |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/RigUnit_DrawDebugLibrary.h |
| Include Path | #include "RigUnit_DrawDebugLibrary.h" |
Syntax
USTRUCT (Meta=(DisplayName="Visual Logger Draw Name"))
struct FRigUnit_DrawDebugVisualLoggerDrawName : public FRigUnit_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit_DrawDebugLibraryBase → FRigUnit_DrawDebugVisualLoggerDrawName
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | Draw Color. | RigUnit_DrawDebugLibrary.h |
|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| Location | FVector | Draw Location. | RigUnit_DrawDebugLibrary.h |
|
| Name | FName | Name to draw. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |