B1DrawDebugCoordinateSystemParam
- Parameters for drawing a debug coordinate system (axes) at a specified location and rotation.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AxisLoc | FVector | World-space location where the coordinate axes are drawn. | |
| AxisRot | FRotator | Rotation of the coordinate axes. | |
| Scale | float | Scale of the drawn axes. | |
| bPersistentLines | bool | Whether the axes persist across frames. | |
| LifeTime | float | Duration in seconds before the axes disappear (-1 means use default). | |
| DepthPriority | uint8 | Depth priority for rendering order of this debug primitive. | |
| Thickness | float | Thickness of the axis lines in world units. |