UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSoundSubmixSendInfoBase Struct Reference

#include <SoundSubmixSend.h>

+ Inheritance diagram for FSoundSubmixSendInfoBase:

Public Member Functions

ENGINE_API FSoundSubmixSendInfoBase ()
 

Public Attributes

ESendLevelControlMethod SendLevelControlMethod
 
TObjectPtr< USoundSubmixBaseSoundSubmix
 
float SendLevel
 
bool DisableManualSendClamp
 
float MinSendLevel
 
float MaxSendLevel
 
float MinSendDistance
 
float MaxSendDistance
 
FRuntimeFloatCurve CustomSendLevelCurve
 

Constructor & Destructor Documentation

◆ FSoundSubmixSendInfoBase()

FSoundSubmixSendInfoBase::FSoundSubmixSendInfoBase ( )

Member Data Documentation

◆ CustomSendLevelCurve

FRuntimeFloatCurve FSoundSubmixSendInfoBase::CustomSendLevelCurve

◆ DisableManualSendClamp

bool FSoundSubmixSendInfoBase::DisableManualSendClamp

◆ MaxSendDistance

float FSoundSubmixSendInfoBase::MaxSendDistance

The distance at which to stop mapping between Min/Max Send Level Distances GREATER than this will result in a clamped Max Send Level

◆ MaxSendLevel

float FSoundSubmixSendInfoBase::MaxSendLevel

◆ MinSendDistance

float FSoundSubmixSendInfoBase::MinSendDistance

The distance at which to start mapping between to Min/Max Send Level Distances LESS than this will result in a clamped Min Send Level

◆ MinSendLevel

float FSoundSubmixSendInfoBase::MinSendLevel

◆ SendLevel

float FSoundSubmixSendInfoBase::SendLevel

◆ SendLevelControlMethod

ESendLevelControlMethod FSoundSubmixSendInfoBase::SendLevelControlMethod

◆ SoundSubmix

TObjectPtr<USoundSubmixBase> FSoundSubmixSendInfoBase::SoundSubmix

The documentation for this struct was generated from the following files: