B1DrawDebugLineParam
- Parameters for drawing a debug line in the world, including start/end points, color, and persistence settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| LineStart | FVector | World-space start point of the debug line. | |
| LineEnd | FVector | World-space end point of the debug line. | |
| Color | FColor | Color of the debug line. | |
| bPersistentLines | bool | Whether the line persists across frames. | |
| LifeTime | float | Duration in seconds before the line disappears (-1 means use default). | |
| DepthPriority | uint8 | Depth priority for rendering order of this debug primitive. | |
| Thickness | float | Thickness of the debug line in world units. |