Wwise SDK 2024.1.4
|
#include <HostObjectStore.h>
Public Types | |
using | HostInterfaceDefinition = HostInterfaceGlue< ObjectStore, true > |
![]() | |
enum | |
enum | |
using | GluedInterface = typename CPPInstance::GluedInterface |
using | Instance = ObjectStore |
using | CInstance = typename CPPInstance::Instance |
![]() | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_NOTIFICATIONS_OBJECT_STORE } |
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 | Instance = CObjectStore_::Instance |
Base instance type for receiving notifications on related Object Store's changes. More... | |
Public Member Functions | |
RequestedHostInterface () | |
![]() | |
InterfacePtr | GetInterfacePointer () |
CObjectStore_::Instance * | GetInstancePointer () |
const CObjectStore_::Instance * | GetInstancePointer () const |
ObjectStore_ () | |
virtual | ~ObjectStore_ () |
virtual void | NotifyInnerObjectPropertyChanged (PropertySetT &in_PSet, const GUID &in_guidPlatform, const char *in_pszPropertyName) |
Called when an inner property set's data has changed. More... | |
virtual void | NotifyInnerObjectAddedRemoved (PropertySetT &in_PSet, unsigned int in_uiIndex, NotifyInnerObjectOperation in_eOperation) |
Called when an inner property set has changed. More... | |
Public Attributes | |
ObjectStore ::Interface & | g_objectStoreInterface = HostInterfaceDefinition::g_cppinterface |
HostInterfaceDefinition::Instance & | m_objectStore = *HostInterfaceDefinition::m_instance |
Additional Inherited Members | |
![]() | |
static GluedInterface | g_cppinterface |
The unique interface for this plug-in interface. More... | |
Definition at line 763 of file HostObjectStore.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