Wwise SDK 2021.1.8
PluginInfoTLS
Version
Wwise SDK 2021.1.8
|
AK.Wwise::Plugin::PluginInfoTLS< bool > Struct Template Reference
The interface information of the plug-in currently being instantiated. More...
#include <PluginInfoGenerator.h>
Static Public Attributes | |
static thread_local PluginInfo * | tls_pluginInfo = nullptr |
Detailed Description
template<bool = false>
struct AK.Wwise::Plugin::PluginInfoTLS< bool >
The interface information of the plug-in currently being instantiated.
When the host calls the Instantiate of the plug-in, PluginInfoGenerator will automatically set this thread variable to the provided in_pluginInfo
. This allows the interfaces to bind themselves without having to pass this parameter throughout the constructor.
![]() |
Warning: This variable is only set up during instantiation. |
Definition at line 63 of file PluginInfoGenerator.h.