![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FIOSAudioDeviceModule:Public Member Functions | |
| virtual FAudioDevice * | CreateAudioDevice () override |
Public Member Functions inherited from IAudioDeviceModule | |
| virtual bool | IsAudioMixerModule () const |
| virtual bool | IsAudioDeviceClassMulticlient () const |
| virtual Audio::IAudioMixerPlatformInterface * | CreateAudioMixerPlatformInterface () |
Public Member Functions inherited from IModuleInterface | |
| virtual | ~IModuleInterface () |
| virtual void | StartupModule () |
| virtual void | PreUnloadCallback () |
| virtual void | PostLoadCallback () |
| virtual void | ShutdownModule () |
| virtual bool | SupportsDynamicReloading () |
| virtual bool | SupportsAutomaticShutdown () |
| virtual bool | IsGameModule () const |
|
inlineoverridevirtual |
Creates a new instance of the audio device implemented by the module.
Reimplemented from IAudioDeviceModule.