Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
Returns the audio device associated with this world. Lifecycle of the audio device is not guaranteed unless you used GetAudioDevice().
| Name | GetAudioDeviceRaw |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
FAudioDevice * GetAudioDeviceRaw() const
Audio device to use with this world.