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
Logs segment - recording for Visual Logs has to be enabled to record this data
Information
| Plugin | RigVM |
| Category | Debug |
| Tags | Draw,String,Line |
| Type | FRigVMFunction_VisualLogSegment |
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 |
|---|---|---|---|
| SegmentStart | The start of the line segment | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
| SegmentEnd | The end of the line segment | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Thickness | The thickness of the segment | float | 0.000000 |
| ObjectColor | The color of the logged object | Linear Color | (R=0.000000,G=0.000000,B=1.000000,A=1.000000) |
| Text | The text to log | FString | |
| Category | The category of the logged text | FName | VisLogRigVM |
| DebugDrawSettings | The debug draw settings for this node | Rig VMDebug Draw Settings | (DepthPriority=SDPG_Foreground,Lifetime=-1.000000) |