Navigation
API > API/Runtime > API/Runtime/AudioMixerCore > API/Runtime/AudioMixerCore/FAudioMixerPlatformSwappable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDeviceSwapResult * GetDeviceSwapResult () |
The results produced from a device swap operation. | AudioMixer.h | |
| AudioMixer.h |
GetDeviceSwapResult()
Description
The results produced from a device swap operation. The containing future retains memory ownership. Will be valid until PostDeviceSwap returns.
| Name | GetDeviceSwapResult |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
| Include Path | #include "AudioMixer.h" |
const FDeviceSwapResult * GetDeviceSwapResult() const
GetDeviceSwapResult()
| Name | GetDeviceSwapResult |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
| Include Path | #include "AudioMixer.h" |
FDeviceSwapResult * GetDeviceSwapResult()