Navigation
API > API/Runtime > API/Runtime/AudioExtensions
IUnknown like interface for querying unknown data objects of their interfaces. https://en.wikipedia.org/wiki/IUnknown
| Name | IUnknown |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/AudioUnknown.h |
| Include Path | #include "AudioUnknown.h" |
Syntax
struct IUnknown
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IUnknown() |
AudioUnknown.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * QueryInterface
(
const FName InInterfaceName |
AudioUnknown.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const void * QueryInterface
(
const FName InInterfaceName |
AudioUnknown.h |