Navigation
Unreal Engine C++ API Reference > Plugins > Synthesis > SubmixEffects
References
Module | Synthesis |
Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectTapDelay.h |
Include | #include "SubmixEffects/SubmixEffectTapDelay.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FTapDelayInfo
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
float | DelayLength | Amount of time before this echo is heard in milliseconds. |
![]() ![]() ![]() ![]() |
float | Gain | How loud this echo should be, in decibels. |
![]() ![]() ![]() ![]() |
int32 | OutputChannel | When the Tap Line Mode is set to Send To Channel, designates index of channel from which the echo should play. |
![]() ![]() ![]() ![]() |
float | PanInDegrees | When the Tap Line Mode is set to Panning, designates the angle at which the echo should be panned. |
![]() ![]() ![]() ![]() |
int32 | TapId | |
![]() ![]() ![]() ![]() |
ETapLineMode | TapLineMode | Whether the tap line should send directly to a channel, pan, or not produce sound at all. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |