B1DrawDebugBoxParam
- Parameters for drawing a debug box, including center, extent, rotation, color, and persistence settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Center | FVector | World-space center of the debug box. | |
| Extent | FVector | Half-extents of the debug box in each axis. | |
| Rotation | FQuat | Rotation of the debug box. | |
| Color | FColor | Color of the debug box. | |
| bPersistentLines | bool | Whether the box persists across frames. | |
| LifeTime | float | Duration in seconds before the box disappears (-1 means use default). | |
| DepthPriority | uint8 | Depth priority for rendering order of this debug primitive. | |
| Thickness | float | Thickness of the box edges in world units. |