Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Debug
Inheritance Hierarchy
- FRigVMStruct
- FRigVMStructMutable
- FRigVMFunction_DebugBaseMutable
- FRigVMFunction_DebugRectangle
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
| Include | #include "RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Draw Rectangle", Keywords&61;"Draw Square", Deprecated&61;"4.25"&41;&41;
struct FRigVMFunction_DebugRectangle : public FRigVMFunction_DebugBaseMutable
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | ||
| FLinearColor | Color | ||
| float | Scale | ||
| FName | Space | ||
| float | Thickness | ||
| FTransform | Transform | ||
| FTransform | WorldOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |