UEngine::TickPerformanceMonitoring

Calculates information about the previous frame and passes it to all active performance data consumers.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/ChartCreation.cpp

Syntax

void TickPerformanceMonitoring
(
    float DeltaSeconds
)

Remarks

Calculates information about the previous frame and passes it to all active performance data consumers.

Parameters

Parameter

Description

DeltaSeconds

Time in seconds passed since last tick.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss