Retrieves a link to the plug-in's backend instance.
| 注釈: The returned pointer might be modified in the frontend lifetime. For example, a plug-in that would undo and redo a plug-in creation might return a different value. As such, you should not store the backend pointer in a class member, but query it at every operation. |
- 引数
-
[in] | in_this | Current instance of this interface. |
- 戻り値
- Base pointer of the backend instance.
PluginLinks.h の 68 行目に定義があります。
参照元 AK.Wwise::Plugin::V1::LinkBackend::Get().