Wwise SDK 2024.1.1
|
Interface able to receive notifications for custom inner property sets. [詳解]
#include <HostObjectStore.h>
公開型 | |
using | Instance = ak_wwise_plugin_notifications_object_store_instance_v1 |
Base instance type for receiving notifications on related Object Store's changes. [詳解] | |
公開メンバ関数 | |
ak_wwise_plugin_notifications_object_store_v1 () | |
基底クラス ak_wwise_plugin_interface_ptr に属する継承公開メンバ関数 | |
constexpr | ak_wwise_plugin_base_interface (decltype(m_interface) in_interface, decltype(m_version) in_version) |
constexpr | ak_wwise_plugin_base_interface () |
constexpr | ak_wwise_plugin_base_interface (std::underlying_type< decltype(m_interface)>::type in_interface, decltype(m_version) in_version) |
公開変数類 | |
void(* | NotifyInnerObjectPropertyChanged )(struct ak_wwise_plugin_notifications_object_store_instance_v1 *in_this, struct ak_wwise_plugin_host_property_set_instance_v1 *in_pPSet, const GUID *in_guidPlatform, const char *in_pszPropertyName) |
Called when an inner property set's data has changed. [詳解] | |
void(* | NotifyInnerObjectAddedRemoved )(struct ak_wwise_plugin_notifications_object_store_instance_v1 *in_this, struct ak_wwise_plugin_host_property_set_instance_v1 *in_pPSet, unsigned int in_uiIndex, AK::Wwise::Plugin::NotifyInnerObjectOperation in_eOperation) |
Called when an inner property set has changed. [詳解] | |
基底クラス ak_wwise_plugin_interface_ptr に属する継承公開変数類 | |
ak_wwise_plugin_interface_type | m_interface: 32 |
Interface type (see ak_wwise_plugin_interface_type) [詳解] | |
uint32_t | m_version: 32 |
Version of the interface [詳解] | |
Interface able to receive notifications for custom inner property sets.
注釈: In order to manage property sets, you must make sure to use AK::Wwise::Plugin::RequestPropertySet in your plug-in. |
HostObjectStore.h の 295 行目に定義があります。