Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary > API/Plugins/DrawDebugLibrary/FDebugDrawer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDebugDrawer MakeDebugDrawer () |
Make a null debug drawer which ignores draw commands | DrawDebugLibrary.h | |
static FDebugDrawer MakeDebugDrawer
(
UObject* Object |
Make a debug drawer for a UObject | DrawDebugLibrary.h | |
static FDebugDrawer MakeDebugDrawer
(
UWorld* World |
Make a debug drawer for a UWorld | DrawDebugLibrary.h | |
static FDebugDrawer MakeDebugDrawer
(
FAnimInstanceProxy* AnimInstanceProxy |
Make a debug drawer for an AnimInstanceProxy | DrawDebugLibrary.h | |
static FDebugDrawer MakeDebugDrawer
(
FPrimitiveDrawInterface* PrimitiveDrawInterface |
Make a debug drawer for a FPrimitiveDrawInterface | DrawDebugLibrary.h |
MakeDebugDrawer()
Description
Make a null debug drawer which ignores draw commands
| Name | MakeDebugDrawer |
| 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 MakeDebugDrawer()
MakeDebugDrawer(UObject *)
Description
Make a debug drawer for a UObject
| Name | MakeDebugDrawer |
| 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 MakeDebugDrawer
(
UObject * Object
)
MakeDebugDrawer(UWorld *)
Description
Make a debug drawer for a UWorld
| Name | MakeDebugDrawer |
| 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 MakeDebugDrawer
(
UWorld * World
)
MakeDebugDrawer(FAnimInstanceProxy *)
Description
Make a debug drawer for an AnimInstanceProxy
| Name | MakeDebugDrawer |
| 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 MakeDebugDrawer
(
FAnimInstanceProxy * AnimInstanceProxy
)
MakeDebugDrawer(FPrimitiveDrawInterface *)
Description
Make a debug drawer for a FPrimitiveDrawInterface
| Name | MakeDebugDrawer |
| 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 MakeDebugDrawer
(
FPrimitiveDrawInterface * PrimitiveDrawInterface
)