FSoundGeneratorInitParams

Parameters used for constructing a new [ISoundGenerator](API\Runtime\Engine\Sound\ISoundGenerator).

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public variable

bool

 

bIsPreviewSound

Public variable

FString

 

GraphName

Public variable

uint64

 

InstanceID

Public variable

int32

 

NumChannels

Public variable

int32

 

NumFramesPerCallback

Public variable

float

 

SampleRate