Version

menu_open

◆ CreatePropertySet

struct ak_wwise_plugin_host_property_set_instance_v1*(* ak_wwise_plugin_host_object_store_v1::CreatePropertySet) (struct ak_wwise_plugin_host_object_store_instance_v1 *in_this, const char *in_pszType)

Creates a new inner property set.

An inner property set must be defined as a particular InnerType in the plug-in's XML definition file.

When this object is created, it is not bound to any list. As such, this is the only moment where it is under the plug-in's responsibility. You should either call InsertPropertySet or DeletePropertySet on it to make sure the plug-in doesn't cause a memory leak.

See also
Parameters
[in]in_thisCurrent instance of this interface.
[in]in_pszTypeThe requested InnerType, as defined in the plug-in's XML definition file.
Returns
A new inner property set instance.

Definition at line 195 of file HostObjectStore.h.

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


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise