Navigation
API > API/Plugins > API/Plugins/RigVM
Draws a rectangle in the viewport given a transform
| Name | FRigVMFunction_DebugRectangleNoSpace |
| 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 Rectangle", Keywords="Draw Square"))
struct FRigVMFunction_DebugRectangleNoSpace : public FRigVMFunction_DebugBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_DebugRectangleNoSpace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_DebugRectangleNoSpace() |
RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Color | FLinearColor | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Scale | float | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Thickness | float | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Transform | FTransform | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| WorldOffset | FTransform | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |