Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundGenerator.h |
| Include | #include "Sound/SoundGenerator.h" |
Syntax
struct FSoundGeneratorInitParams
Remarks
Parameters used for constructing a new ISoundGenerator.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | AudioComponentId | ||
| Audio::FDeviceId | AudioDeviceID | ||
| int32 | AudioMixerNumOutputFrames | ||
| bool | bIsPreviewSound | ||
| FString | GraphName | ||
| uint64 | InstanceID | ||
| int32 | NumChannels | ||
| int32 | NumFramesPerCallback | ||
| float | SampleRate |