路径
Engine\Source\Runtime\Engine\Public\UnrealEngine.h
代码
// Calculate the average frame time by using the stats system.
inline void CalculateFPSTimings()
{
extern ENGINE_API float GAverageFPS;
extern ENGINE_API float GAverageMS;
// Calculate the average frame time via continued averaging.
static double LastTim