![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AudioVolume.h>
Public Member Functions | |
| ENGINE_API | FInteriorSettings () |
| ENGINE_API bool | operator== (const FInteriorSettings &Other) const |
| ENGINE_API bool | operator!= (const FInteriorSettings &Other) const |
Public Attributes | |
| bool | bIsWorldSettings |
| float | ExteriorVolume |
| float | ExteriorTime |
| float | ExteriorLPF |
| float | ExteriorLPFTime |
| float | InteriorVolume |
| float | InteriorTime |
| float | InteriorLPF |
| float | InteriorLPFTime |
Struct encapsulating settings for interior areas.
| FInteriorSettings::FInteriorSettings | ( | ) |
| bool FInteriorSettings::operator!= | ( | const FInteriorSettings & | Other | ) | const |
| bool FInteriorSettings::operator== | ( | const FInteriorSettings & | Other | ) | const |
| bool FInteriorSettings::bIsWorldSettings |
| float FInteriorSettings::ExteriorLPF |
| float FInteriorSettings::ExteriorLPFTime |
| float FInteriorSettings::ExteriorTime |
| float FInteriorSettings::ExteriorVolume |
| float FInteriorSettings::InteriorLPF |
| float FInteriorSettings::InteriorLPFTime |
| float FInteriorSettings::InteriorTime |
| float FInteriorSettings::InteriorVolume |