バージョン

menu_open
警告:あなたのメジャーリリース ( 2023.1.4.8496 ) に該当する最新ドキュメンテーションが表示されています。特定バージョンのドキュメンテーションにアクセスするには、Audiokinetic Launcherでオフラインドキュメンテーションをダウンロードし、Wwise AuthoringのOffline Documentationオプションにチェックを入れてください。
Wwise SDK 2023.1.4
AK.Wwise::Plugin::V1::LinkBackend クラス

Host API to retrieve a link to the plug-in's backend instance. [詳解]

#include <PluginLinks.h>

AK.Wwise::Plugin::V1::LinkBackend の継承関係図
AK.Wwise::Plugin::CBaseInstanceGlue< CLinkBackend > AK.Wwise::Plugin::CBaseInterfaceGlue< CLinkBackend >

公開型

enum  : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_LINK_BACKEND }
 The interface type, as requested by this plug-in. [詳解]
 
enum  : InterfaceVersion { k_interfaceVersion = 1 }
 The interface version, as requested by this plug-in. [詳解]
 
using Interface = CLinkBackend
 
using Instance = CLinkBackend::Instance
 
- 基底クラス AK.Wwise::Plugin::CBaseInstanceGlue< CLinkBackend > に属する継承公開型
using Instance = typename CInterface::Instance
 
- 基底クラス AK.Wwise::Plugin::CBaseInterfaceGlue< CLinkBackend > に属する継承公開型
using GluedInterface = CLinkBackend
 

公開メンバ関数

ak_wwise_plugin_backend_instanceGet () const
 Retrieves a link to the plug-in's backend instance. [詳解]
 
template<typename Backend >
Backend * As ()
 Retrieves a link to the plug-in's backend instance, casted as your C++ Backend class type. [詳解]
 

その他の継承メンバ

- 基底クラス AK.Wwise::Plugin::CBaseInterfaceGlue< CLinkBackend > に属する継承静的公開変数類
static GluedInterfaceg_cinterface
 The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. [詳解]
 

詳解

Host API to retrieve a link to the plug-in's backend instance.

Useful for the Frontend (GUI) when a special function must be called to get a value, or update elements.

PluginLinks.h135 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう