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

Public function Const

const FSound...

 

GetInitializedData()

Returns the data that was given to the source effect when initialized.

Public function

void

 

ProcessAudio

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

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

Public function

void

 

Setup

(
    const FSoundEffectSourceInitData& ...
)

Called by the audio engine or systems internally. This function calls the virtual Init function implemented by derived classes.

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