Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UAudioComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h |
| Include | #include "Components/AudioComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp |
void SetSubmixSend
&40;
USoundSubmixBase &42; Submix,
float SendLevel
&41;
Remarks
Allows designers to target a specific Audio Component instance’s sound set the send level (volume of sound copied) to the indicated Submix.
Parameters
| Name | Description |
|---|---|
| Submix | The Submix to send the signal to. |
| SendLevel | The scalar used to alter the volume of the copied signal. |