バージョン

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.

注釈
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.
参照
引数
in_pCallbackFunction to unregister as a global callback.
in_eLocationMust match in_eLocation as passed to RegisterGlobalCallback for this callback.

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう