FAudioDevice::GetCurrentSourceEffectChain

Returns the current source effect chain entries set dynamically from BP or elsewhere.

Windows
MacOS
Linux

Override Hierarchy

FAudioDevice::GetCurrentSourceEffectChain()

FMixerDevice::GetCurrentSourceEffectChain()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDevice.h

Include

#include "AudioDevice.h"

Syntax

virtual bool GetCurrentSourceEffectChain
(
    const uint32 SourceEffectChainId,
    TArray< FSourceEffectChainEntry > & OutCurrentSourceEffectChainEntries
)

Remarks

Returns the current source effect chain entries set dynamically from BP or elsewhere.

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