menu
版本
2024.1.8.8893
2024.1.8.8893
2023.1.16.8822
2025.1.1.8936
2022.1.19.8584
2021.1.14.8108
2024.1.8.8893
2023.1.16.8822
2025.1.1.8936
2022.1.19.8584
2021.1.14.8108
Wwise SDK 2024.1.8
|
Plug-in frontend instance. 更多...
#include <PluginDef.h>
额外继承的成员函数 | |
![]() | |
virtual | ~ak_wwise_plugin_cpp_base_instance () |
Plug-in frontend instance.
A frontend contains the visual part of the Authoring plug-in. It is optional, for example, it is never instantiated when connecting through WwiseConsole. As such, there should never be any processing or "intelligence" done in a frontend part.
For example, the frontend should not affect licensing, soundbank generation, audio processing, property handling (such as validating ranges for property sets), media handling, media conversion, custom data loading, ...
info | 备注: Porting note: In legacy plug-ins, there is only one instance of the Authoring plug-in that contains both the backend and the frontend. This has changed for multiple reasons: to be able to instantiate a plug-in backend without any frontend, or alternatively, to instantiate multiple copies of a frontend for a unique backend. |
在文件 PluginDef.h 第 571 行定义.