Navigation
API > API/Plugins > API/Plugins/AudioGameplayVolume
References
| Module | AudioGameplayVolume |
| Header | /Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Public/AudioGameplayVolumeListener.h |
| Include | #include "AudioGameplayVolumeListener.h" |
Syntax
class FInterpolatedInteriorSettings
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | ExteriorEndTime | ||
| double | ExteriorLPFEndTime | ||
| float | ExteriorLPFInterp | ||
| float | ExteriorVolumeInterp | ||
| double | InteriorEndTime | ||
| double | InteriorLPFEndTime | ||
| float | InteriorLPFInterp | ||
| FInteriorSettings | InteriorSettings | ||
| double | InteriorStartTime | ||
| float | InteriorVolumeInterp |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Apply
(
const FInteriorSettings& NewSettings |
Set a new interior settings target. | |
| float | |||
| float | |||
| float | |||
| float | |||
| float | |||
| float | |||
| double | |||
| float | |||
| float | |||
| float | Interpolate
(
double CurrentTime, |
Interpolates between the source and end. | |
| bool | |||
| void | SetInteriorStartTime
(
double InTime |
||
| void | Updates the current state of the interior settings. |