Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FSoundEffectSubmixOutputData |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundEffectSubmix.h |
| Include Path |
#include "Sound/SoundEffectSubmix.h" |
Syntax
struct FSoundEffectSubmixOutputData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AudioBuffer |
Audio::FAlignedFloatBuffer * |
The output audio buffer. |
Sound/SoundEffectSubmix.h |
|
| NumChannels |
int32 |
The number of channels of the submix. |
Sound/SoundEffectSubmix.h |
|