Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Makes a merged debug drawer.
| Name | FRigVMFunction_MakeMergedDebugDrawer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/RigUnit_DrawDebugLibrary.h |
| Include Path | #include "RigUnit_DrawDebugLibrary.h" |
Syntax
USTRUCT (Meta=(DisplayName="Make Merged Debug Drawer"))
struct FRigVMFunction_MakeMergedDebugDrawer : public FRigVMFunction_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_DrawDebugLibraryBase → FRigVMFunction_MakeMergedDebugDrawer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| Drawers | TArray< FDebugDrawer > | Input Drawers. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |