FQuartzLatencyTimer

Simple class to track latency as a request/action propagates from GT to ART (or vice versa)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/QuartzQuantizationUtilities.h

Include

#include "Sound/QuartzQuantizationUtilities.h"

Syntax

class FQuartzLatencyTimer

Remarks

Simple class to track latency as a request/action propagates from GT to ART (or vice versa)

Constructors

Name Description

Public function

FQuartzLatencyTimer()

Ctor

Functions

Name Description

Public function

double

 

GetCurrentTimePassedMs()

Get the current value of a running timer

Public function

double

 

GetResultsMilliseconds()

Get the final time of a stopped timer

Public function

bool

 

HasTimerRun()

Returns true if the timer has completed (we can get the results)

Public function

bool

 

HasTimerStarted()

Returns true if the Timer was started (could be running or stopped)

Public function

bool

 

HasTimerStopped()

Returns true if the timer has been run and stopped

Public function

bool

 

IsTimerRunning()

Returns true if the timer is running

Public function

void

 

ResetTimer()

Reset the start time

Public function

void

 

StartTimer()

Record the start time

Public function

void

 

StopTimer()

Stop the timer

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback