Navigation
API > API/Plugins > API/Plugins/AudioGameplayVolume > API/Plugins/AudioGameplayVolume/UAudioGameplayVolumeSubsystem
- IActiveSoundUpdateInterface::ApplyInteriorSettings()
- UAudioGameplayVolumeSubsystem::ApplyInteriorSettings()
References
| Module | AudioGameplayVolume |
| Header | /Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Public/AudioGameplayVolumeSubsystem.h |
| Include | #include "AudioGameplayVolumeSubsystem.h" |
| Source | /Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Private/AudioGameplayVolumeSubsystem.cpp |
virtual void ApplyInteriorSettings
&40;
const FActiveSound & ActiveSound,
FSoundParseParameters & ParseParams
&41;
Remarks
Applies interior data previously collected to the active sound and parse parameters. NOTE! Called on the AudioThread
Parameters
| Name | Description |
|---|---|
| ActiveSound | The active sound affected |
| ParseParams | The parameters to apply to the wave instances |