Navigation
API > API/Runtime > API/Runtime/Engine
List of delegates for the world being registered to an audio device.
| |
|
| Name |
FAudioDeviceWorldDelegates |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path |
#include "Engine/World.h" |
Syntax
class FAudioDeviceWorldDelegates
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnWorldRegisteredToAudioDevice |
TMulticastDelegate_TwoParams< void, const UWorld *, Audio::FDeviceId > |
Called whenever a world is registered to an audio device. |
Engine/World.h |
| FOnWorldUnregisteredWithAudioDevice |
TMulticastDelegate_TwoParams< void, const UWorld *, Audio::FDeviceId > |
Called whenever a world is unregistered from an audio device. |
Engine/World.h |
Constants
| Name |
Type |
Remarks |
Include Path |
| OnWorldRegisteredToAudioDevice |
FOnWorldRegisteredToAudioDevice |
|
Engine/World.h |
| OnWorldUnregisteredWithAudioDevice |
FOnWorldUnregisteredWithAudioDevice |
|
Engine/World.h |