Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Debug
Inheritance Hierarchy
- FRigVMStruct
- FRigVMStructMutable
- FRigVMFunction_DebugBaseMutable
- FRigVMFunction_DebugLineNoSpace
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugLine.h |
| Include | #include "RigVMFunctions/Debug/RigVMFunction_DebugLine.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Draw Line"&41;&41;
struct FRigVMFunction_DebugLineNoSpace : public FRigVMFunction_DebugBaseMutable
Remarks
Draws a line in the viewport given a start and end vector
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | A | ||
| FVector | B | ||
| bool | bEnabled | ||
| FLinearColor | Color | ||
| float | Thickness | ||
| FTransform | WorldOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |