バージョン

menu_open
Wwise SDK 2023.1.3
ak_wwise_plugin_notifications_object_store_v1 構造体

Interface able to receive notifications for custom inner property sets. [詳解]

#include <HostObjectStore.h>

ak_wwise_plugin_notifications_object_store_v1 の継承関係図
ak_wwise_plugin_interface_ptr AK.Wwise::Plugin::V1::Notifications::ObjectStore_::Interface

公開型

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.h295 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう