Navigation
API > API/Plugins > API/Plugins/AudioGameplayVolume
USubmixSendVolumeComponent - Audio Gameplay Volume component for submix sends
| Name | USubmixSendVolumeComponent |
| Type | class |
| Header File | /Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Public/SubmixSendVolumeComponent.h |
| Include Path | #include "SubmixSendVolumeComponent.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable, Config=Game, ClassGroup=("AudioGameplayVolume"),
Meta=(BlueprintSpawnableComponent, DisplayName="Submix Send"))
class USubmixSendVolumeComponent : public UAudioGameplayVolumeMutator
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → UAudioGameplayComponent → UAudioGameplayVolumeMutator → USubmixSendVolumeComponent
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USubmixSendVolumeComponent
(
const FObjectInitializer& ObjectInitializer |
SubmixSendVolumeComponent.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~USubmixSendVolumeComponent() |
SubmixSendVolumeComponent.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SubmixSendSettings | TArray< FAudioVolumeSubmixSendSettings > | Submix send settings to use for this component. | SubmixSendVolumeComponent.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FAudioVolumeSubmixSendSettings > & GetSubmixSendSettings() |
SubmixSendVolumeComponent.h | ||
void SetSubmixSendSettings
(
const TArray< FAudioVolumeSubmixSendSettings >& NewSubmixSendSettings |
SubmixSendVolumeComponent.h |
|