Start Perf Timer

Callable
StartPerfTimer

Starts a named high-precision performance timer using FPlatformTime::Seconds.

Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development

Inputs

NameTypeDefaultDescription
TimerNameFStringTimerName parameter

Example Use Cases

Example 1

Measure how long a pathfinding query takes.

Example 2

Profile a custom algorithm's execution time.