IAudioReverb::OnInitSource

Called when a source is assigned to a voice.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h

Include

#include "IAudioExtensionPlugin.h"

Syntax

void OnInitSource
(
    const uint32 SourceId,
    const FName & AudioComponentUserId,
    const uint32 NumChannels,
    UReverbPluginSourceSettingsBase * InSettings
)

Remarks

Called when a source is assigned to a voice.

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