Navigation
API > API/Plugins > API/Plugins/AudioGameplayVolume
Inheritance Hierarchy
- TSharedFromThis
- FProxyVolumeMutator
- FProxyMutator_Attenuation
- FProxyMutator_Filter
- FProxyMutator_Reverb
- FProxyMutator_SubmixOverride
- FProxyMutator_SubmixSend
References
| Module | AudioGameplayVolume |
| Header | /Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Public/AudioGameplayVolumeMutator.h |
| Include | #include "AudioGameplayVolumeMutator.h" |
Syntax
class FProxyVolumeMutator : public TSharedFromThis< FProxyVolumeMutator >
Remarks
FProxyVolumeMutator - An audio thread representation of the payload for an AudioGameplayVolumeComponent.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | MutatorName | ||
| PayloadFlags | PayloadType | ||
| int32 | Priority | ||
| uint32 | VolumeID | ||
| uint32 | WorldID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Apply
(
FInteriorSettings& InteriorSettings |
||
| void | Apply
(
FAudioProxyActiveSoundParams& Params |
||
| void | Apply
(
FAudioGameplayVolumeListener& Listener |
||
| bool | CheckPriority
(
const FAudioProxyMutatorPriorities& Priorities |
||
| bool | HasPayloadType
(
PayloadFlags InType |
||
| void | Remove
(
FAudioProxyActiveSoundParams& Params |
||
| void | Remove
(
FAudioGameplayVolumeListener& Listener |
||
| void | UpdatePriority
(
FAudioProxyMutatorPriorities& Priorities |
Typedefs
| Name | Description |
|---|---|
| PayloadFlags |
Constants
| Name | Description |
|---|---|
| MutatorBaseName |