Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Public/AudioGameplayVolumeListener.h |
Include |
#include "AudioGameplayVolumeListener.h" |
class FInterpolatedInteriorSettings
Name | Description | ||
---|---|---|---|
|
double |
ExteriorEndTime |
|
|
double |
ExteriorLPFEndTime |
|
|
float |
ExteriorLPFInterp |
|
|
float |
ExteriorVolumeInterp |
|
|
double |
InteriorEndTime |
|
|
double |
InteriorLPFEndTime |
|
|
float |
InteriorLPFInterp |
|
|
InteriorSettings |
||
|
double |
InteriorStartTime |
|
|
float |
InteriorVolumeInterp |
Name | Description | |
---|---|---|
|
FInterpolatedInteriorSettings() |
Name | Description | ||
---|---|---|---|
|
Apply ( |
Set a new interior settings target. |
|
|
float |
GetExteriorLPF() |
|
|
float |
GetExteriorLPFInterp() |
|
|
float |
GetExteriorVolume() |
|
|
float |
GetExteriorVolumeInterp() |
|
|
float |
GetInteriorLPF() |
|
|
float |
GetInteriorLPFInterp() |
|
|
double |
GetInteriorStartTime() |
|
|
float |
GetInteriorVolume() |
|
|
float |
GetInteriorVolumeInterp() |
|
|
float |
Interpolate ( |
Interpolates between the source and end. |
|
IsWorldSettings() |
||
|
SetInteriorStartTime ( |
||
|
UpdateInteriorValues() |
Updates the current state of the interior settings. |