Start Perf Timer
CallableStartPerfTimerStarts a named high-precision performance timer using FPlatformTime::Seconds.
Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| TimerName | FString | — | TimerName parameter |
Example Use Cases
Example 1
Measure how long a pathfinding query takes.
Example 2
Profile a custom algorithm's execution time.