Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/UQuartzClockHandle
Description
Todo: un-comment when metronome events support the offset Set how early we would like to receive Metronome (not yet supported) and "About To Start" Delegates. (all other command delegates will execute as normal)
| Name | QueueQuantizedSound |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerClockHandle.h |
| Include Path | #include "Quartz/AudioMixerClockHandle.h" |
| Source | /Engine/Source/Runtime/AudioMixer/Private/Quartz/AudioMixerClockHandle.cpp |
void QueueQuantizedSound
(
const UObject * WorldContextObject,
UQuartzClockHandle *& ClockHandle,
const FAudioComponentCommandInfo & AudioComponentData,
const FOnQuartzCommandEventBP & InDelegate,
const FQuartzQuantizationBoundary & InTargetBoundary
)