Version

menu_open
Attention : vous avez été redirigé vers la plus récente documentation correspondant à votre version générale ( 2022.1.17.8543 ). Si vous souhaitez accéder à la documentation de votre version précise, veuillez télécharger la documentation hors ligne depuis l'Audiokinetic Launcher et sélectionner l'option de documentation Offline dans l'application de création Wwise.
Wwise SDK 2022.1.17

◆ GetPluginData

bool(* ak_wwise_plugin_custom_data_v1::GetPluginData) (const struct ak_wwise_plugin_custom_data_instance_v1 *in_this, const GUID *in_guidPlatform, AkPluginParamID in_idParam, struct ak_wwise_plugin_host_data_writer_instance_v1 *in_pDataWriter)

Obtains 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 plug-in xml file. The parameter ID should be different than the ones used in the plug-in xml.

This is used when there are Object Store, large binary data sections, or properties not usually residing in the XML.

See also
AK::Wwise::Plugin::AudioPlugin::GetBankParameters for a discussion on parameter passing to the Sound Engine.
Note: In order to use the in_pDataWriter instance, your plug-in must request the data writer interface: ak_wwise_plugin_host_data_writer_v1.
Parameters
[in]in_thisCurrent instance of this interface.
[in]in_guidPlatformThe unique ID of the queried platform
[in]in_idParamThe plug-in defined parameter ID
[in]in_pDataWriterA pointer to the data writer instance being used.
Returns
true if the plug-in has some plug-in defined data.
See also

Definition at line 159 of file CustomData.h.

Referenced by AK.Wwise::Plugin::V1::CustomData::Interface::Interface().


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise