Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Quartz
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerClockManager.h |
| Include | #include "Quartz/AudioMixerClockManager.h" |
Syntax
struct FPersistentQuartzSubsystemData
Remarks
Data that the UQuartzSubsystem needs to persist on the AudioDevice across UWorld shutdown/startup
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< Audio::FQuartzClockProxy > | ActiveAudioMixerClockProxies | ||
| TArray< Audio::FQuartzClockProxy > | ActiveExternalClockProxies | Array of active clock handles (update FindProxyByName() if more are added later) | |
| FQuartzClockManager | SubsystemClockManager | Internal clock manager for game-thread-ticked clocks |