Navigation
API > API/Plugins > API/Plugins/RigVM
Draws a line strip in the viewport given any number of points
| Name | FRigVMFunction_DebugLineStripNoSpace |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h |
| Include Path | #include "RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Line Strip"))
struct FRigVMFunction_DebugLineStripNoSpace : public FRigVMFunction_DebugBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_DebugLineStripNoSpace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_DebugLineStripNoSpace() |
RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h |
|
|
| Color | FLinearColor | RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h |
|
|
| Points | TArray< FVector > | RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h |
|
|
| Thickness | float | RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h |
|
|
| WorldOffset | FTransform | RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Debug/RigVMFunction_DebugLineStrip.h |