FInteriorSettings

Struct encapsulating settings for interior areas.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h

Include

#include "Sound/AudioVolume.h"

Syntax

struct FInteriorSettings

Remarks

Struct encapsulating settings for interior areas.

Variables

Name Description

Public variable

bool

 

bIsWorldSettings

Whether these interior settings are the default values for the world.

Public variable

float

 

ExteriorLPF

The desired LPF frequency cutoff in hertz of sounds inside the volume when the player is outside the volume.

Public variable

float

 

ExteriorLPFTime

The time over which to interpolate from the current LPF to the desired LPF of sounds outside the volume when the player enters the volume.

Public variable

float

 

ExteriorTime

The time over which to interpolate from the current volume to the desired volume of sounds outside the volume when the player enters the volume.

Public variable

float

 

ExteriorVolume

The desired volume of sounds outside the volume when the player is inside the volume.

Public variable

float

 

InteriorLPF

The desired LPF frequency cutoff in hertz of sounds outside the volume when the player is inside the volume.

Public variable

float

 

InteriorLPFTime

The time over which to interpolate from the current LPF to the desired LPF of sounds inside the volume when the player enters the volume.

Public variable

float

 

InteriorTime

The time over which to interpolate from the current volume to the desired volume of sounds inside the volume when the player enters the volume.

Public variable

float

 

InteriorVolume

The desired volume of sounds inside the volume when the player is outside the volume.

Constructors

Name Description

Public function

FInteriorSettings()

Functions

Name Description

Public function

void

 

PostSerialize

(
    const FArchive& Ar
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FInteriorSettings& Other
)

Public function Const

bool

 

operator==

(
    const FInteriorSettings& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss