版本

menu_open

◆ GetPropertySet

struct ak_wwise_plugin_host_property_set_instance_v1*(* ak_wwise_plugin_host_object_store_v1::GetPropertySet) (const struct ak_wwise_plugin_host_object_store_instance_v1 *in_this, const char *in_pszListName, unsigned int in_uiIndex)

Gets an inner property set inside the specified list at the specified position.

Wwise Authoring handles the object's lifetime as long as it's inserted. You should not call DeletePropertySet unless you want to remove it from your plug-in instance's objects.

Note: In order to manage property sets, you must make sure to use AK::Wwise::Plugin::RequestPropertySet.
Parameters
[in] in_this Current instance of this interface.
[in] in_pszListName Name of the polled list. If the list doesn't exist, the function will return nullptr.
[in] in_uiIndex Inner property set index in the list. If higher than or equal to the current object count in that list, the function will return nullptr.
Returns
The requested inner property set, or nullptr if not existing.

Definition at line 157 of file HostObjectStore.h.

Referenced by AK.Wwise::Plugin::V1::ObjectStore::GetPropertySet().


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅