Wwise SDK 2023.1.9
|
A definition of an undo event, with a specific interface and instance. 更多...
#include <PluginDef.h>
Public 属性 | |
struct ak_wwise_plugin_undo_event_v1 * | m_interface |
The interface to execute that undo event's commands. 更多... | |
struct ak_wwise_plugin_undo_event_instance_v1 * | m_instance |
The specific instance usued for that particular undo event. 更多... | |
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.
在文件 PluginDef.h 第 940 行定义.