Wwise SDK 2021.1.8
ToInterfaceClassImpl
Version
Wwise SDK 2021.1.8
|
AK.Wwise::Plugin::PluginInfoGenerator< PluginT >::InterfaceInfo< in_interfaceType >::ToInterfaceClassImpl< bool > Struct Template Reference
Casts the plug-in class to the requested interface class. More...
#include <PluginInfoGenerator.h>
Static Public Member Functions | |
constexpr static InterfaceClass * | Cast (PluginT *in_plugin) |
Detailed Description
template<typename PluginT>
template<InterfaceType in_interfaceType>
template<bool>
struct AK.Wwise::Plugin::PluginInfoGenerator< PluginT >::InterfaceInfo< in_interfaceType >::ToInterfaceClassImpl< bool >
Casts the plug-in class to the requested interface class.
![]() |
Note: This needs to be in a template, as the interface might not be castable. |
Definition at line 511 of file PluginInfoGenerator.h.