Stop Perf Timer
CallableStopPerfTimerStops a named performance timer and returns elapsed milliseconds. Optionally logs the result.
Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| TimerName | FString | — | TimerName parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ElapsedMs | float | ElapsedMs output |
Example Use Cases
Example 1
Display 'Pathfinding took 2.3ms' in log.
Example 2
Track performance regression between builds.