FQuartzClockManager::CancelCommandOnClock

Cancel a queued command on a clock (i.e. cancel a PlayQuantized command if the sound is stopped before it is played)

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerClockManager.h

Include

#include "Quartz/AudioMixerClockManager.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/Quartz/AudioMixerClockManager.cpp

Syntax

bool CancelCommandOnClock
(
    FName InOwningClockName,
    TSharedPtr< IQuartzQuantizedCommand > InCommandPtr
)

Remarks

Cancel a queued command on a clock (i.e. cancel a PlayQuantized command if the sound is stopped before it is played)

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