Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary > API/Plugins/DrawDebugLibrary/FDebugDrawer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDebugDrawer () |
Make a null debug drawer which ignores draw commands | DrawDebugLibrary.h | |
FDebugDrawer
(
UObject* InObject |
Make a debug drawer for a UObject | DrawDebugLibrary.h | |
FDebugDrawer
(
UWorld* InWorld |
Make a debug drawer for a UWorld | DrawDebugLibrary.h | |
FDebugDrawer
(
FAnimInstanceProxy* InAnimInstanceProxy |
Make a debug drawer for an AnimInstanceProxy | DrawDebugLibrary.h | |
FDebugDrawer
(
FPrimitiveDrawInterface* InPrimitiveDrawInterface |
Make a debug drawer for a FPrimitiveDrawInterface | DrawDebugLibrary.h |
FDebugDrawer()
Description
Make a null debug drawer which ignores draw commands
| Name | FDebugDrawer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/DrawDebugLibrary.h |
| Include Path | #include "DrawDebugLibrary.h" |
FDebugDrawer()
FDebugDrawer(UObject *)
Description
Make a debug drawer for a UObject
| Name | FDebugDrawer |
| 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 |
FDebugDrawer
(
UObject * InObject
)
FDebugDrawer(UWorld *)
Description
Make a debug drawer for a UWorld
| Name | FDebugDrawer |
| 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 |
FDebugDrawer
(
UWorld * InWorld
)
FDebugDrawer(FAnimInstanceProxy *)
Description
Make a debug drawer for an AnimInstanceProxy
| Name | FDebugDrawer |
| 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 |
FDebugDrawer
(
FAnimInstanceProxy * InAnimInstanceProxy
)
FDebugDrawer(FPrimitiveDrawInterface *)
Description
Make a debug drawer for a FPrimitiveDrawInterface
| Name | FDebugDrawer |
| 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 |
FDebugDrawer
(
FPrimitiveDrawInterface * InPrimitiveDrawInterface
)