Version

menu_open
Wwise SDK 2022.1.11
AK.Wwise::Plugin::V1::LinkBackend Class Reference

Host API to retrieve a link to the plug-in's backend instance. More...

#include <PluginLinks.h>

Inheritance diagram for AK.Wwise::Plugin::V1::LinkBackend:
AK.Wwise::Plugin::CBaseInstanceGlue< CLinkBackend > AK.Wwise::Plugin::CBaseInterfaceGlue< CLinkBackend >

Public Types

enum  : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_LINK_BACKEND }
 The interface type, as requested by this plug-in. More...
 
enum  : InterfaceVersion { k_interfaceVersion = 1 }
 The interface version, as requested by this plug-in. More...
 
using Interface = CLinkBackend
 
using Instance = CLinkBackend::Instance
 
- Public Types inherited from AK.Wwise::Plugin::CBaseInstanceGlue< CLinkBackend >
using Instance = typename CInterface::Instance
 
- Public Types inherited from AK.Wwise::Plugin::CBaseInterfaceGlue< CLinkBackend >
using GluedInterface = CLinkBackend
 

Public Member Functions

ak_wwise_plugin_backend_instanceGet () const
 Retrieves a link to the plug-in's backend instance. More...
 
template<typename Backend >
Backend * As ()
 Retrieves a link to the plug-in's backend instance, casted as your C++ Backend class type. More...
 

Additional Inherited Members

- Static Public Attributes inherited from AK.Wwise::Plugin::CBaseInterfaceGlue< CLinkBackend >
static GluedInterfaceg_cinterface
 The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. More...
 

Detailed Description

Host API to retrieve a link to the plug-in's backend instance.

Useful for the Frontend (GUI) when a special function must be called to get a value, or update elements.

Definition at line 135 of file PluginLinks.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise