Wwise Authoring Plug-ins - Plug-in that provides a special usage message when first instantiated. More...
#include "PluginInfoGenerator.h"Go to the source code of this file.
Classes | |
| struct | ak_wwise_plugin_first_time_creation_message_v1 |
| Plug-in that provides a special usage message when first instantiated. More... |
|
| class | AK.Wwise::Plugin::V1::FirstTimeCreationMessage |
| struct | AK.Wwise::Plugin::V1::FirstTimeCreationMessage::Interface |
| The C interface, fulfilled by your plug-in. More... |
|
Namespaces | |
| namespace | AK |
| Audiokinetic namespace. |
|
| namespace | AK.Wwise |
| AK::Wwise::Plugin | |
| AK::Wwise::Plugin::V1 | |
Macros | |
| #define | AK_WWISE_PLUGIN_FIRST_TIME_CREATION_MESSAGE_V1_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_FIRST_TIME_CREATION_MESSAGE, 1) |
| #define | AK_WWISE_PLUGIN_FIRST_TIME_CREATION_MESSAGE_V1_CTOR(in_pluginInfo, in_data) |
Typedefs | |
| using | AK::Wwise::Plugin::V1::CFirstTimeCreationMessage = ak_wwise_plugin_first_time_creation_message_v1 |
| using | AK::Wwise::Plugin::CFirstTimeCreationMessage = V1::CFirstTimeCreationMessage |
| Latest version of the C FirstTimeCreationMessage interface. More... |
|
| using | AK::Wwise::Plugin::FirstTimeCreationMessage = V1::FirstTimeCreationMessage |
| Latest version of the C++ FirstTimeCreationMessage interface. More... |
|
Functions | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (FirstTimeCreationMessage) | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (FirstTimeCreationMessage) | |
Wwise Authoring Plug-ins - Plug-in that provides a special usage message when first instantiated.
Definition in file FirstTimeCreationMessage.h.