Version

menu_open
Warning: you were redirected to the latest documentation corresponding to your major release ( 2021.1.14.8108 ). 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.

◆ GetPluginData()

virtual bool AK.Wwise::DefaultAudioPluginImplementation::GetPluginData ( const GUID in_guidPlatform,
AkPluginParamID  in_idParam,
IWriteData in_pDataWriter 
) const
inlinevirtual

This function is called by Wwise to obtain parameters that will be sent to the sound engine when Wwise is connected. This block should contain only data that is NOT a property defined in the plugin xml file. The parameter ID should be something different than the ones used in the plugin xml.

Warning
This function is guaranteed to be called by a single thread at a time.
Returns
True if the plug-in has some plugin-defined data. False otherwise.
See also
Parameters
in_guidPlatform The unique ID of the queried platform
in_idParam The plugin-defined parameter ID
in_pDataWriter A pointer to the data writer interface

Implements AK.Wwise::IAudioPlugin.

Definition at line 638 of file AudioPlugin.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