Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IActiveSoundUpdateInterface
Description
Gathers interior data that can affect the active sound. Non-const as this step can be used to track state about the sound on the implementing object NOTE! Called on the AudioThread
| Name | GatherInteriorData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ActiveSoundUpdateInterface.h |
| Include Path | #include "ActiveSoundUpdateInterface.h" |
virtual void GatherInteriorData
(
const FActiveSound & ActiveSound,
FSoundParseParameters & ParseParams
)
Parameters
| Name | Remarks |
|---|---|
| ActiveSound | The active sound affected |
| ParseParams | The parameters to apply to the wave instances |