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
(
UAnimInstance* InAnimInstance |
Make a debug drawer for an AnimInstance | 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
(
FCanvas* InCanvas |
Make a debug drawer for a FCanvas | DrawDebugLibrary.h | |
FDebugDrawer
(
UCanvas* InCanvas |
Make a debug drawer for a UCanvas | DrawDebugLibrary.h | |
FDebugDrawer
(
const TSharedPtr< FDebugDrawerCanvasBuffer >& InCanvasBuffer |
Make a debug drawer for the given canvas buffer. | DrawDebugLibrary.h | |
FDebugDrawer
(
FRigVMDrawInterface* InRigVMDrawInterface, |
Make a debug drawer for a FRigVMDrawInterface | 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(UAnimInstance *)
Description
Make a debug drawer for an AnimInstance
| 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
(
UAnimInstance * InAnimInstance
)
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
)
FDebugDrawer(FCanvas *)
Description
Make a debug drawer for a FCanvas
| 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
(
FCanvas * InCanvas
)
FDebugDrawer(UCanvas *)
Description
Make a debug drawer for a UCanvas
| 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
(
UCanvas * InCanvas
)
FDebugDrawer(const TSharedPtr< FDebugDrawerCanvasBuffer > &)
Description
Make a debug drawer for the given canvas buffer.
| 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
(
const TSharedPtr < FDebugDrawerCanvasBuffer > & InCanvasBuffer
)
FDebugDrawer(FRigVMDrawInterface , const USceneComponent )
Description
Make a debug drawer for a FRigVMDrawInterface
| 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
(
FRigVMDrawInterface * InRigVMDrawInterface,
const USceneComponent * InRigVMComponent
)