This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
Draws a line in the viewport given a start and end vector
Information
| Plugin | RigVM |
| Category | Debug |
| Type | FRigVMFunction_DebugLineNoSpace |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecutePin | This property is used to chain multiple mutable nodes together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The global start position of the line | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
| B | The global end position of the line | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Color | The color to use for the drawing | Linear Color | (R=1.000000,G=0.000000,B=0.000000,A=1.000000) |
| Thickness | The line thickness to use for the drawing | float | 0.000000 |
| WorldOffset | The world offset to pre-multiply the positions with | Transform | (Rotation=(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000),Translation=(X=0.000000,Y=0.000000,Z=0.000000),Scale3D=(X=1.000000,Y=1.000000,Z=1.000000)) |
| bEnabled | If set to False the debug drawing will be skipped | bool | True |
| DebugDrawSettings | The debug draw settings for this node | Rig VMDebug Draw Settings | (DepthPriority=SDPG_Foreground,Lifetime=-1.000000) |