Wwise SDK 2021.1.14
|
A definition of an undo event, with a specific interface and instance. More...
#include <PluginDef.h>
Public Attributes | |
struct ak_wwise_plugin_undo_event_v1 * | m_interface |
The interface to execute that undo event's commands. More... |
|
struct ak_wwise_plugin_undo_event_instance_v1 * | m_instance |
The specific instance usued for that particular undo event. More... |
|
A definition of an undo event, with a specific interface and instance.
Allows to bind an event from any source: Authoring or any plug-in. Allows to have multiple separate interfaces.
Definition at line 914 of file PluginDef.h.