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().