Wwise SDK 2021.1.9
KnownInterfaceClass
Version
Wwise SDK 2021.1.9
|
AK.Wwise::Plugin::KnownInterfaceClass< in_interfaceType, in_interfaceVersion > Struct Template Reference
PluginInfoGenerator: Compile-time dictionary of known interface-version. More...
#include <PluginInfoGenerator.h>
Public Types | |
using | Type = void |
using | Interface = void |
Detailed Description
template<InterfaceType in_interfaceType, InterfaceVersion in_interfaceVersion>
struct AK.Wwise::Plugin::KnownInterfaceClass< in_interfaceType, in_interfaceVersion >
PluginInfoGenerator: Compile-time dictionary of known interface-version.
Used so we can ask a KnownInterfaceClass<in_interface, in_version> and receive which class and interface it points to.
- Template Parameters
-
in_interfaceType in_interfaceVersion
Definition at line 190 of file PluginInfoGenerator.h.