Navigation
API > API/Runtime > API/Runtime/AudioExtensions
Proxy to modulator, allowing for modulator to be referenced by the Audio Render Thread independently from the implementing modulation plugin (ex. for MetaSound implementation).
| Name | FSoundModulationParameterAssetProxy |
| Type | class |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/IAudioModulation.h |
| Include Path | #include "IAudioModulation.h" |
Syntax
class FSoundModulationParameterAssetProxy :
public Audio::TProxyData< FSoundModulationParameterAssetProxy > ,
public TSharedFromThis< FSoundModulationParameterAssetProxy, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FSoundModulationParameterAssetProxy
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bWasAudioProxyClassImplemented | bool | IAudioModulation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const Audio::FModulationParameter & GetParameter() |
IAudioModulation.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetAudioProxyTypeName() |
IAudioModulation.h |