Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Tap Delay Info' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| enum | Tap Line Mode | Whether the tap line should send directly to a channel, pan, or not produce sound at all. |
| real | Delay Length (Ms) | Amount of time before this echo is heard in milliseconds. |
| real | Gain | How loud this echo should be, in decibels. |
| integer | Output Channel | When the Tap Line Mode is set to Send To Channel, designates index of channel from which the echo should play. |
| real | Pan In Degrees | When the Tap Line Mode is set to Panning, designates the angle at which the echo should be panned.On Surround systems, 0 is directly in front of the listener, -90 is left, 90 is right, and 180/-180 is directly behind the listener.On Stereo systems, <-90 is fully in the left ear, and >90 is fully in the right ear |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Tap Delay Info |