Wwise SDK 2021.1.8
GenerateConstructor
Version
Wwise SDK 2021.1.8
|
AK.Wwise::Plugin::PluginInfoGenerator< PluginT >::GenerateConstructor< in_interfaceType > Struct Template Reference
Generates the constructor for our particular type. More...
#include <PluginInfoGenerator.h>
Static Public Member Functions | |
static void | UpdateCInterface (const InterfaceArrayItem &in_original) |
static void | Constructor (InterfaceArrayItem &out_interface, const InterfaceArrayItem &in_original, PluginT *in_instance) |
Detailed Description
template<typename PluginT>
template<InterfaceType in_interfaceType>
struct AK.Wwise::Plugin::PluginInfoGenerator< PluginT >::GenerateConstructor< in_interfaceType >
Generates the constructor for our particular type.
- Template Parameters
-
in_interfaceType Interface ID
Definition at line 625 of file PluginInfoGenerator.h.