Wwise SDK 2022.1.18
|
◆ NotifyInternalDataChanged
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.
被这些函数引用 AK.Wwise::Plugin::V1::Host::NotifyInternalDataChanged(). |