Navigation
API > API/Runtime > API/Runtime/AudioExtensions
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h |
| Include | #include "IAudioExtensionPlugin.h" |
Syntax
class IAudioSourceDataOverride
Remarks
Interface to allow a plugin to override a sound's actual position and simulate propagation (e.g. traversal around corners, etc).
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetSourceDataOverrides
(
const uint32 SourceId, |
Allows this plugin to override any source data. | |
| void | Initialize
(
const FAudioPluginInitializationParams InitializationParams |
Initializes the source data override plugin with the given buffer length. | |
| void | Called when all sources have finished processing. | ||
| void | OnInitSource
(
const uint32 SourceId, |
Called when a source is assigned to a voice. | |
| void | OnReleaseSource
(
const uint32 SourceId |
Called when a source is done playing and is released. |