IAudioOcclusion::ProcessAudio

Processes audio with the given input and output data structs.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

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

Include

#include "IAudioExtensionPlugin.h"

Syntax

virtual void ProcessAudio
(
    const FAudioPluginSourceInputData & InputData,
    FAudioPluginSourceOutputData & OutputData
)

Remarks

Processes audio with the given input and output data structs.

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