Navigation
API > API/Plugins > API/Plugins/RigVM
Draws a box in the viewport
| Name | FRigVMFunction_DebugBoxNoSpace |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
| Include Path | #include "RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Box", Keywords="BoundingBox,Bbox"))
struct FRigVMFunction_DebugBoxNoSpace : public FRigVMFunction_DebugBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_DebugBoxNoSpace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_DebugBoxNoSpace() |
RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | If set to False the debug drawing will be skipped. | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
| Box | FBox | The input bounding box to draw. | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
| Color | FLinearColor | The color to use for the debug draw. | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
| Thickness | float | The line thickness to use for the debug draw. | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
| WorldOffset | FTransform | The world offset to pre-multiply the positions with. | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
Functions
Public
Public Virtual
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |