Draw Debug Grid
CallableDrawDebugGridDraws a flat grid on the ground plane for spatial reference.
Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| WorldContext | UObject* | — | WorldContext parameter |
| Center | FVector | — | Center parameter |
| GridSize | float | 100 | GridSize parameter |
| GridCount | int | 10 | GridCount parameter |
| Color | FColor | Gray | Color parameter |
| Duration | float | 10 | Duration parameter |
Example Use Cases
Example 1
Visualize a building grid during construction mode.
Example 2
Debug spatial partitioning alignment.