Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ABrush
- AVolume
- AAudioVolume
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h |
| Include | #include "Sound/AudioVolume.h" |
Syntax
UCLASS (HideCategories=(Advanced, Attachment, Collision, Volume), MinimalAPI)
class AAudioVolume : public AVolume
Constructors
| Type | Name | Description | |
|---|---|---|---|
AAudioVolume
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetEnabled () |
||
| const FInteriorSettings & | |||
| float | GetPriority () |
||
| const FReverbSettings & | |||
| const TArray< FAudioVolumeSubmixOverrideSettings > & | |||
| const TArray< FAudioVolumeSubmixSendSettings > & | |||
| void | SetEnabled
(
bool bNewEnabled |
||
| void | SetInteriorSettings
(
const FInteriorSettings& NewInteriorSettings |
||
| void | SetPriority
(
float NewPriority |
||
| void | SetReverbSettings
(
const FReverbSettings& NewReverbSettings |
||
| void | SetSubmixOverrideSettings
(
const TArray< FAudioVolumeSubmixOverrideSettings >& NewSubmixOverrideSettings |
||
| void | SetSubmixSendSettings
(
const TArray< FAudioVolumeSubmixSendSettings >& NewSubmixSendSettings |
Overridden from AActor
| Type | Name | Description | |
|---|---|---|---|
| void | Called after all the components in the Components array are registered, called both in editor and during gameplay. | ||
| void | Called after all currently registered components are cleared |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | GetLifetimeReplicatedProps
(
TArray< FLifetimeProperty >& OutLifetimeProps |
Returns the properties used for network replication, this needs to be overridden by all actor classes with native replicated properties | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |