FSoundEffectSource

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundEffectSource.h

Include

#include "Sound/SoundEffectSource.h"

Syntax

class FSoundEffectSource : public FSoundEffectBase

Destructors

Name Description

Public function Virtual

~FSoundEffectSource()

Functions

Name Description

Protected function

void

 

Init

(
    const FSoundEffectSourceInitData& ...
)

Called on an audio effect at initialization on main thread before audio processing begins.

Public function

void

 

ProcessAudio

(
    const FSoundEffectSourceInputData&...,
    float* OutAudioBufferData
)

Process the input block of audio. Called on audio thread.

Public function Virtual

void

 

ProcessControls

(
    const FSoundModulationControls& In...
)

Process modulation controls if enabled

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss