Version

menu_open
Wwise SDK 2021.1.14

◆ 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 2436 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