|
Wwise SDK 2023.1.18
|
A definition of an undo event, with a specific interface and instance. [詳解]
#include PluginDef.h>
公開変数類 | |
| 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 行目に定義があります。