Version

menu_open
Warning: you were redirected to the latest documentation corresponding to your major release ( 2023.1.3.8471 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.
Wwise SDK 2023.1.3

◆ RequestPropertySet

Requests a PropertySet interface, provided as m_propertySet variable.

Deriving your plug-in class from RequestPropertySet will automatically request both PropertySet and Notifications::PropertySet_ interfaces. From this point, you will be able to derive from the virtual functions as defined in Notifications::PropertySet_, and access the host-provided functions in the m_propertySet variable.

This is also useful when you want to access inner property sets from the ObjectStore interface. In that case, you can ignore the m_propertySet variable and the notifications interface.

Note: The AK::Wwise::Plugin::RequestPropertySet and AK::Wwise::Plugin::RequestWrite classes are automatically derived when providing AudioPlugin in C++.

Definition at line 2435 of file HostPropertySet.h.


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