Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IActiveSoundUpdateInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ActiveSoundUpdateInterface.h |
| Include | #include "ActiveSoundUpdateInterface.h" |
virtual void ApplyInteriorSettings
(
const FActiveSound & ActiveSound,
FSoundParseParameters & ParseParams
)
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 |