FWaveInstance::StopWithoutNotification

Stops the wave instance without notifying NotifyWaveInstanceFinishedHook.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Audio.h

Include

#include "Audio.h"

Source

/Engine/Source/Runtime/Engine/Private/Audio.cpp

Syntax

void StopWithoutNotification()

Remarks

Stops the wave instance without notifying NotifyWaveInstanceFinishedHook.

Stops the wave instance without notifying NotifyWaveInstanceFinishedHook. This will NOT stop wave instance if it is set up to loop indefinitely or set to remain active.