![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FCPUTimeDump () | |
| void | ExecuteCommand (const TArray< FString > &Args) |
Static Public Member Functions | |
| static FCPUTimeDump & | Get () |
Protected Member Functions | |
| bool | OnAddCPUTime (float) |
| bool | OnCPUTimeDump (float) |
Implements CPUTimeDumpCommand command.
|
inline |
Default constructor.
Executes the CPUTime.Dump command.
|
inlinestatic |
Gets FCPUTimeDump singleton instance.
Prints the average CPU time from the last n frames.
|
protected |
Ticker delegate for printing the average CPU usage, called every nth frame.
|
protected |
Handle for the added CPUTimeDumpDelegate delegate.
|
protected |
Ticker delegate for getting the current CPU usage, called once per frame.
|
protected |
Handle for the added GetCPUTimeDelegate delegate.