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

#include <SoundSourceBusSend.h>

Public Member Functions

 FSoundSourceBusSendInfo ()
 

Public Attributes

ESourceBusSendLevelControlMethod SourceBusSendLevelControlMethod
 
TObjectPtr< USoundSourceBusSoundSourceBus
 
TObjectPtr< UAudioBusAudioBus
 
float SendLevel
 
float MinSendLevel
 
float MaxSendLevel
 
float MinSendDistance
 
float MaxSendDistance
 
FRuntimeFloatCurve CustomSendLevelCurve
 

Constructor & Destructor Documentation

◆ FSoundSourceBusSendInfo()

FSoundSourceBusSendInfo::FSoundSourceBusSendInfo ( )
inline

Member Data Documentation

◆ AudioBus

TObjectPtr<UAudioBus> FSoundSourceBusSendInfo::AudioBus

◆ CustomSendLevelCurve

FRuntimeFloatCurve FSoundSourceBusSendInfo::CustomSendLevelCurve

◆ MaxSendDistance

float FSoundSourceBusSendInfo::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 FSoundSourceBusSendInfo::MaxSendLevel

◆ MinSendDistance

float FSoundSourceBusSendInfo::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 FSoundSourceBusSendInfo::MinSendLevel

◆ SendLevel

float FSoundSourceBusSendInfo::SendLevel

◆ SoundSourceBus

TObjectPtr<USoundSourceBus> FSoundSourceBusSendInfo::SoundSourceBus

◆ SourceBusSendLevelControlMethod

ESourceBusSendLevelControlMethod FSoundSourceBusSendInfo::SourceBusSendLevelControlMethod

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