FOnWorldUnregisteredWithAudioDevice

Called whenever a world is unregistered from an audio device.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_TwoParams< void, const UWorld *, Audio::FDeviceId > FOnWorldUnregisteredWithAudioDevice

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Remarks

Called whenever a world is unregistered from an audio device. UWorlds are not guaranteed to be registered to the same audio device throughout their lifecycle, and there is no guarantee on the lifespan of both the UWorld and the Audio Device registered in this callback.

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