B1DrawDebugSphereParam
- Parameters for drawing a debug sphere, including center, radius, segment count, color, and persistence settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Center | FVector | World-space center of the debug sphere. | |
| Radius | float | Radius of the debug sphere. | |
| Segments | int32 | Number of line segments used to approximate the sphere. | |
| Color | FColor | Color of the debug sphere. | |
| bPersistentLines | bool | Whether the sphere persists across frames. | |
| LifeTime | float | Duration in seconds before the sphere disappears (-1 means use default). | |
| DepthPriority | uint8 | Depth priority for rendering order of this debug primitive. | |
| Thickness | float | Thickness of the sphere lines in world units. |