Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundEffectSource.h |
| Include | #include "Sound/SoundEffectSource.h" |
Syntax
struct FSoundEffectSourceInputData
Remarks
Data required to update the source effect.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | AudioClock | ||
| float | CurrentPitch | ||
| float | CurrentPlayFraction | ||
| float | CurrentVolume | ||
| float * | InputSourceEffectBufferPtr | ||
| int32 | NumSamples | ||
| FSpatializationParams | SpatParams |
Constructors
| Type | Name | Description | |
|---|---|---|---|