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