Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Makes a debug drawer for the visual logger.
| Name | FRigVMFunction_MakeVisualLoggerDebugDrawer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/RigUnit_DrawDebugLibrary.h |
| Include Path | #include "RigUnit_DrawDebugLibrary.h" |
Syntax
USTRUCT (Meta=(DisplayName="Make Visual Logger Debug Drawer"))
struct FRigVMFunction_MakeVisualLoggerDebugDrawer : public FRigVMFunction_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_DrawDebugLibraryBase → FRigVMFunction_MakeVisualLoggerDebugDrawer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FName | Log Category. | RigUnit_DrawDebugLibrary.h |
|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| Verbosity | EDrawDebugLogVerbosity | Log Verbosity. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |