![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ISoundHandleOwner.h>
Public Member Functions | |
| virtual | ~ISoundHandleOwner ()=default |
| Audio::EResult | CreateSoundHandle (USoundBase *Sound, Audio::FSoundHandleID &OutSoundHandleID) |
| virtual void | OnSoundHandleRemoved () |
An interface to be used for any classes that we want to respond to SoundHandle updates TODO: Add a child of this that uses World?
|
virtualdefault |
|
inline |
Called when the sound handle is being removed from a ISoundHandle implementer, i.e. when the active sound it handles is notified for delete