Navigation
Unreal Engine C++ API Reference > Plugins > Synthesis > SubmixEffects
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundEffectPreset
- USoundEffectSubmixPreset
- USubmixEffectMultibandCompressorPreset
References
Module | Synthesis |
Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectMultiBandCompressor.h |
Include | #include "SubmixEffects/SubmixEffectMultiBandCompressor.h" |
Syntax
UCLASS&40;ClassGroup&61;AudioSourceEffect, Meta&61;&40;BlueprintSpawnableComponent&41;&41;
class USubmixEffectMultibandCompressorPreset : public USoundEffectSubmixPreset
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
FSubmixEffectMultibandCompressorSettings | Settings | |
![]() |
FSubmixEffectMultibandCompressorSettings | SettingsCopy | |
![]() |
FCriticalSection | SettingsCritSect |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FSubmixEffectMultibandCompressorSettings | GetSettings () |
|
![]() ![]() ![]() |
void | ResetKey () |
|
![]() ![]() ![]() |
void | SetAudioBus
(
UAudioBus* AudioBus |
Sets the source key input as the provided AudioBus' output. |
![]() ![]() ![]() |
void | SetExternalSubmix
(
USoundSubmix* Submix |
Sets the source key input as the provided Submix's output. |
![]() ![]() ![]() |
void | SetSettings
(
const FSubmixEffectMultibandCompressorSettings& InSettings |
|
![]() |
void | UpdateSettings
(
const FSubmixEffectMultibandCompressorSettings& InSettings |
|
![]() |
void | UpdateSettings
(
TUniqueFunction< void(FSubmixEffectMultibandCompressorSettings&)> InCommand |
Overridden from USoundEffectPreset
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanFilter () |
|
![]() ![]() ![]() |
FSoundEffectBase * | ||
![]() ![]() ![]() |
USoundEffectPreset * | CreateNewPreset
(
UObject* InParent, |
|
![]() ![]() ![]() |
FText | ||
![]() ![]() ![]() |
UClass * | ||
![]() ![]() ![]() |
bool | ||
![]() ![]() |
void | Init () |
|
![]() ![]() |
void | OnInit () |
Preset |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. |