EStereoDelaySourceEffect

Windows
MacOS
Linux

References

Module

Synthesis

Header

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectStereoDelay.h

Include

#include "SourceEffects/SourceEffectStereoDelay.h"

Syntax

enum EStereoDelaySourceEffect
{
    Normal      = 0,
    Cross,
    PingPong,
    Count,
}

Values

Name

Description

Normal

Left input mixes with left delay line output and feeds to left output.

Cross

Left input mixes right delay line output and feeds to right output.

PingPong

Left input mixes with left delay line output and feeds to right output.

Count

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