Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalEngineRunti-
QueryInterface is hand-rolled (not IMPL_AUDIOPROXY_CLASS) so we can also answer Audio::ISoundWaveContainer by forwarding to the Data field.
| Name | FCatSoundWaveContainerProxy |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalEngineRuntime/Public/CatSoundWaveContainer.h |
| Include Path | #include "CatSoundWaveContainer.h" |
Syntax
class FCatSoundWaveContainerProxy : public Audio::TCatProxyView< FCatSoundWaveContainerProxy, FCatSoundWaveContainerData >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → TCatProxyView → FCatSoundWaveContainerProxy
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bWasAudioProxyClassImplemented | bool | CatSoundWaveContainer.h |
Functions
Public Virtual
Overridden from IUnknown
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void * QueryInterface
(
const FName InterfaceId |
Create() instantiates the base TCatProxyView (not TType) and static-casts the shared ref to TType*. | CatSoundWaveContainer.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetAudioProxyTypeName() |
CatSoundWaveContainer.h | ||
static FName GetInterfaceId() |
CatSoundWaveContainer.h |