Navigation
API > API/Plugins > API/Plugins/AudioGameplayVolume
References
| Module | AudioGameplayVolume |
| Header | /Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Public/AudioGameplayVolumeSubsystem.h |
| Include | #include "AudioGameplayVolumeSubsystem.h" |
Syntax
struct FAudioGameplayActiveSoundInfo
Remarks
FAudioGameplayActiveSoundInfo - Helper struct for caching active sound data
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CurrentInteriorLPF | ||
| float | CurrentInteriorVolume | Current interior values. | |
| TArray< TSharedPtr< FProxyVolumeMutator > > | CurrentMutators | ||
| FInterpolatedInteriorSettings | InteriorSettings | Interior settings & interpolation values. | |
| double | LastUpdateTime | ||
| float | SourceInteriorLPF | ||
| float | SourceInteriorVolume |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Update
(
double ListenerInteriorStartTime |