Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary > API/Plugins/DrawDebugLibrary/FDebugDrawer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDebugDrawer MakeVisualLoggerDebugDrawer
(
UObject* Object, |
Make a debug drawer for the Visual Logger | DrawDebugLibrary.h | |
static FDebugDrawer MakeVisualLoggerDebugDrawer
(
UObject* Object, |
Make a debug drawer for the Visual Logger | DrawDebugLibrary.h |
MakeVisualLoggerDebugDrawer(UObject *, const FName, const EDrawDebugLogVerbosity, const bool, const bool)
Description
Make a debug drawer for the Visual Logger
| Name | MakeVisualLoggerDebugDrawer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/DrawDebugLibrary.h |
| Include Path | #include "DrawDebugLibrary.h" |
| Source | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Private/DrawDebugLibrary.cpp |
static FDebugDrawer MakeVisualLoggerDebugDrawer
(
UObject * Object,
const FName Category,
const EDrawDebugLogVerbosity Verbosity,
const bool bDrawToScene,
const bool bDrawToSceneWhileRecording
)
MakeVisualLoggerDebugDrawer(UObject *, const FLogCategoryBase &, const ELogVerbosity::Type, const bool, const bool)
Description
Make a debug drawer for the Visual Logger
| Name | MakeVisualLoggerDebugDrawer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/DrawDebugLibrary.h |
| Include Path | #include "DrawDebugLibrary.h" |
| Source | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Private/DrawDebugLibrary.cpp |
static FDebugDrawer MakeVisualLoggerDebugDrawer
(
UObject * Object,
const FLogCategoryBase & Category,
const ELogVerbosity::Type Verbosity,
const bool bDrawToScene,
const bool bDrawToSceneWhileRecording
)