Navigation
Unreal Engine C++ API Reference > Plugins > Synthesis > SubmixEffects
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundEffectPreset
- USoundEffectSubmixPreset
- USubmixEffectDelayPreset
References
Module | Synthesis |
Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectDelay.h |
Include | #include "SubmixEffects/SubmixEffectDelay.h" |
Syntax
UCLASS&40;&41;
class USubmixEffectDelayPreset : public USoundEffectSubmixPreset
Remarks
======================================================================== USubmixEffectDelayPresetClass which processes audio streams and uses parameters defined in the preset class.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FSubmixEffectDelaySettings | DynamicSettings | |
![]() ![]() ![]() ![]() ![]() |
FSubmixEffectDelaySettings | Settings | |
![]() |
FSubmixEffectDelaySettings | SettingsCopy | |
![]() |
FCriticalSection | SettingsCritSect |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
float | Get the maximum delay possible. | |
![]() |
FSubmixEffectDelaySettings | GetSettings () |
|
![]() ![]() ![]() |
void | SetDefaultSettings
(
const FSubmixEffectDelaySettings& InSettings |
Sets object's default settings. |
![]() ![]() ![]() |
void | SetDelay
(
float Length |
Set how long the delay actually is, in milliseconds. |
![]() ![]() ![]() |
void | SetInterpolationTime
(
float Time |
Set the time it takes to interpolate between parameters, in milliseconds. |
![]() ![]() ![]() |
void | SetSettings
(
const FSubmixEffectDelaySettings& InSettings |
Sets runtime delay settings. |
![]() |
void | UpdateSettings
(
const FSubmixEffectDelaySettings& InSettings |
|
![]() |
void | UpdateSettings
(
TUniqueFunction< void(FSubmixEffectDelaySettings&)> InCommand |
Overridden from USoundEffectPreset
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanFilter () |
|
![]() ![]() ![]() |
FSoundEffectBase * | ||
![]() ![]() ![]() |
USoundEffectPreset * | CreateNewPreset
(
UObject* InParent, |
|
![]() ![]() ![]() |
FText | ||
![]() ![]() ![]() |
UClass * | ||
![]() ![]() ![]() |
bool | ||
![]() ![]() |
void | Init () |
|
![]() ![]() |
void | OnInit () |