menu
Version
2023.1.14.8770
2024.1.6.8842
2023.1.14.8770
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.6.8842
2023.1.14.8770
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2023.1.14
|
Host API to retrieve a link to the plug-in's frontend interfaces. More...
#include <PluginLinks.h>
Public Types | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_LINK_FRONTEND } |
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 = CLinkFrontend |
using | Instance = CLinkFrontend::Instance |
![]() | |
using | Instance = typename CInterface::Instance |
![]() | |
using | GluedInterface = CLinkFrontend |
Public Member Functions | |
ak_wwise_plugin_frontend_instance ** | GetArray (int *out_count) const |
Retrieves an array of the plug-in's frontend instances. More... | |
template<typename Frontend = ak_wwise_plugin_frontend_instance, typename Functor > | |
void | ForEach (Functor in_operation) const |
Applies a function on each plug-in's frontend instances. More... | |
Additional Inherited Members | |
![]() | |
static GluedInterface * | g_cinterface |
The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. More... | |
Host API to retrieve a link to the plug-in's frontend interfaces.
Useful for the Backend when there are special properties that don't use property sets.
Definition at line 194 of file PluginLinks.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise