Quartz Stop Clock not available in UE4?

I see a Quartz Stop Clock function exists but it isn’t available to me in 4.26.

I guess two questions… is it coming and, if not, how are we supposed to end a quartz clock?

It was added to 4.27.0, are you able to update?

https://github.com/EpicGames/UnrealEngine/blob/4.26.2-release/Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerClockManager.h#L52 vs https://github.com/EpicGames/UnrealEngine/blob/4.27.0-release/Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerClockManager.h#L71

Otherwise you might try to shutdown the clock?

1 Like