Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
Inheritance Hierarchy
- FSoundEffectBase
- FSoundEffectSource
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundEffectSource.h |
| Include | #include "Sound/SoundEffectSource.h" |
Syntax
class FSoundEffectSource : public FSoundEffectBase
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSoundEffectSourceInitData & | Returns the data that was given to the source effect when initialized. | ||
| void | ProcessAudio
(
const FSoundEffectSourceInputData& InData, |
Process the input block of audio. Called on audio thread. | |
| void | Setup
(
const FSoundEffectSourceInitData& InInitData |
Called by the audio engine or systems internally. This function calls the virtual Init function implemented by derived classes. |