Wwise SDK 2025.1.0
|
Plug-in frontend instance. 더 자세히 ...
#include <PluginInstanceTypes.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. Therefore, do not implement any processing or business work in a frontend part.
For example, avoid using the frontend for handling licensing, SoundBank generation, audio processing, properties (such as validating ranges for property sets), media handling, media conversion, custom data loading, or other related work.
![]() | 참고: In legacy plug-ins from before Wwise 2021.1, 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. |
PluginInstanceTypes.h 파일의 118 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요