Version

menu_open
Wwise SDK 2023.1.3

◆ UnregisterGlobalCallback()

virtual AKRESULT AK::IAkGlobalPluginContext::UnregisterGlobalCallback ( AkGlobalCallbackFunc  in_pCallback,
AkUInt32  in_eLocation = AkGlobalCallbackLocation_BeginRender 
)
pure virtual

Unregister a global callback function, previously registered using RegisterGlobalCallback.

Remarks
It is only legal to call this function from inside the plug-in registration global callback, exclusively when receiving AkGlobalCallbackLocation::AkGlobalCallbackLocation_Term. This function should not be called from inside the plug-in instance (e.g. in Init, Execute, etc.) to prevent deadlocks when processing plug-ins in parallel. It is illegal to call this function while already inside of a registered global callback. This function might stall for several milliseconds before returning.
See also
Parameters
in_pCallbackFunction to unregister as a global callback.
in_eLocationMust match in_eLocation as passed to RegisterGlobalCallback for this callback.

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