Wwise SDK 2024.1.5
|
#include <HostUndoManager.h>
Classes | |
struct | Interface |
Public Member Functions | |
virtual BaseUndoEvent::Interface * | GetInterfacePointer () final |
virtual bool | Undo (BackendDerivedClass &in_backend)=0 |
Called when the user asks to undo an action. More... | |
virtual bool | Redo (BackendDerivedClass &in_backend)=0 |
Called when the user asks to redo an action. More... | |
virtual bool | GetName (const char **out_csName) const =0 |
Get the event name, to show after the "Undo " and "Redo " terms in the menu. More... | |
![]() | |
CUndoEvent::Instance * | GetInstancePointer () |
const CUndoEvent::Instance * | GetInstancePointer () const |
BaseUndoEvent () | |
virtual | ~BaseUndoEvent () |
![]() | |
virtual | ~ak_wwise_plugin_cpp_base_instance () |
Additional Inherited Members | |
![]() | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_UNDO_EVENT } |
The interface type, as provided by this plug-in. More... | |
enum | : InterfaceVersion { k_interfaceVersion = 1 } |
The interface version, as provided by this plug-in. More... | |
using | Interface = CUndoEvent |
Definition at line 402 of file HostUndoManager.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise