Version
menu

Wwise SDK 2025.1.0

◆ 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_thisCurrent instance of this interface.
[in]in_idDataData needed to be updated.
[in]in_bMakeProjectDirtyWhether project needs saving.

Definition at line 113 of file Host.h.

Referenced by AK.Wwise::Plugin::V1::HostBase< CHost, 2 >::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