B1DrawDebugPointParam
- Parameters for drawing a debug point in the world, including position, size, color, and persistence settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Position | FVector | World-space position of the debug point. | |
| Size | float | Visual size of the debug point. | |
| PointColor | FColor | Color of the debug point. | |
| bPersistentLines | bool | Whether the point persists across frames. | |
| LifeTime | float | Duration in seconds before the point disappears (-1 means use default). | |
| DepthPriority | uint8 | Depth priority for rendering order of this debug primitive. |