Navigation
| Name | AudioModulation |
| Type | Runtime |
| Part of Plugins | Audio Modulation |
| Location | /Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/ |
| Module Build Rules | AudioModulation.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FAudioModulationManager | |
| FAudioModulationModule | |
| FAudioModulationPluginFactory | |
| FSoundModulationPluginParameterAssetProxy | |
| UAudioModulationDestination | |
| UAudioModulationSettings | |
| UAudioModulationStatics | |
| UAudioModulationStyle | |
| USoundControlBus | |
| USoundControlBusMix | |
| USoundModulationGenerator | Base class for modulators that algorithmically generate values that can effect various endpoints (ex. Control Buses & Parameter Destinations) |
| USoundModulationGeneratorADEnvelope | |
| USoundModulationGeneratorEnvelopeFollower | |
| USoundModulationGeneratorLFO | |
| USoundModulationParameter | |
| USoundModulationParameterAdditive | Modulation Parameter whose values are mixed via addition. |
| USoundModulationParameterBipolar | Modulation Parameter that scales normalized, unitless value to bipolar range. Mixes additively. |
| USoundModulationParameterFilterFrequency | Modulation Parameter that scales normalized, unitless value to logarithmic frequency unit space with standard filter min and max frequency set. |
| USoundModulationParameterFrequency | Modulation Parameter that scales normalized, unitless value to logarithmic frequency unit space with provided minimum and maximum. |
| USoundModulationParameterFrequencyBase | Modulation Parameter that scales normalized, unitless value to logarithmic frequency unit space. |
| USoundModulationParameterHPFFrequency | Modulation Parameter that scales normalized, unitless value to logarithmic frequency unit space with standard filter min and max frequency set. |
| USoundModulationParameterLPFFrequency | Modulation Parameter that scales normalized, unitless value to logarithmic frequency unit space with standard filter min and max frequency set. |
| USoundModulationParameterScaled | Linearly scaled value between unit minimum and maximum. |
| USoundModulationParameterVolume | |
| USoundModulationPatch |
Structs
Interfaces
| Name | Remarks |
|---|---|
| IGenerator | |
| IGeneratorFixLayout | Hacky base class to avoid 8 bytes of padding after the vtable. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGeneratorPtr | TUniquePtr< IGenerator > | SoundModulationGenerator.h |
Enums
Public
| Name | Remarks |
|---|---|
| ESoundModulationLFOShape | Copyright Epic Games, Inc. All Rights Reserved. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| STATCAT_Advanced | Cycle stats for audio mixer. | AudioModulation.h |