FOpenGLEventNode::GetTiming

Returns the time in ms that the GPU spent in this draw event.

Windows
MacOS
Linux

Override Hierarchy

FGPUProfilerEventNode::GetTiming()

FOpenGLEventNode::GetTiming()

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h

Include

#include "OpenGLDrv.h"

Source

/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrv.cpp

Syntax

virtual float GetTiming()

Remarks

Returns the time in ms that the GPU spent in this draw event. This blocks the CPU if necessary, so can cause hitching.

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