Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Log a string to the visual logger. Only does anything with a VisualLoggerDebugDrawer.
| Name | FRigUnit_VisualLoggerLogString |
| 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 Log Strong"))
struct FRigUnit_VisualLoggerLogString : public FRigUnit_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit_DrawDebugLibraryBase → FRigUnit_VisualLoggerLogString
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | Log Color. | RigUnit_DrawDebugLibrary.h |
|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| String | FString | String to log. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |