UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::FAudioThreadTimingData Struct Reference

#include <AudioMixerDevice.h>

Public Member Functions

 FAudioThreadTimingData ()
 

Public Attributes

double StartTime
 
double AudioThreadTime
 
double AudioRenderThreadTime
 
double AudioThreadTimeJitterDelta
 

Detailed Description

Data used to schedule events automatically in the audio renderer in audio mixer.

Constructor & Destructor Documentation

◆ FAudioThreadTimingData()

Audio::FAudioThreadTimingData::FAudioThreadTimingData ( )
inline

Member Data Documentation

◆ AudioRenderThreadTime

double Audio::FAudioThreadTimingData::AudioRenderThreadTime

The clock of the audio render thread.

◆ AudioThreadTime

double Audio::FAudioThreadTimingData::AudioThreadTime

The clock of the audio thread, periodically synced to the audio render thread time.

◆ AudioThreadTimeJitterDelta

double Audio::FAudioThreadTimingData::AudioThreadTimeJitterDelta

The current audio thread fraction for audio events relative to the render thread.

◆ StartTime

double Audio::FAudioThreadTimingData::StartTime

The time since audio device started.


The documentation for this struct was generated from the following file: