Version

menu_open
Wwise SDK 2021.1.14

◆ NotifyInternalDataChanged

void(* ak_wwise_plugin_host_v1::NotifyInternalDataChanged) (struct ak_wwise_plugin_host_instance_v1 *in_this, AkPluginParamID in_idData, bool in_bMakeProjectDirty)

Use this function to tell Wwise that something other than properties has changed within the plug-in.

This will set the plugin dirty (indicating there are unsaved changes) and GetPluginData will be called when the plug-in is about to play in Wwise. This will transfer the internal data to the Sound Engine part of the plug-in.

Use ALL_PLUGIN_DATA_ID to indicate that all the data has to be refreshed.

Parameters
[in] in_this Current instance of this interface.
[in] in_idData Data needed to be updated.
[in] in_bMakeProjectDirty Whether project needs saving.

Definition at line 115 of file Host.h.

Referenced by AK.Wwise::Plugin::V1::Host::NotifyInternalDataChanged().


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