Draw Debug Path
CallableDrawDebugPathDraws connected line segments through an array of points.
Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| WorldContext | UObject* | — | WorldContext parameter |
| Points | TArray<FVector> | — | Points parameter |
| Color | FColor | Green | Color parameter |
| Duration | float | 5 | Duration parameter |
| Thickness | float | 2 | Thickness parameter |
Example Use Cases
Example 1
Visualize an AI's navigation path.
Example 2
Show a projectile's predicted trajectory.