알림: 고객님의 주요 출시 버전( 2023.1.8.8601 )에 해당하는 최신 설명서로 이동했습니다. 특정 버전의 설명서를 보시려면 Audiokinetic 런처에서 오프라인 설명서를 다운로드하고 Wwise Authoring의 Offline Documentation을 확인하세요.
Define a generic instance base, either in C or in C++.
경고
These are NOT equivalent! In C, it is expected you can directly cast from your instance to an ak_wwise_plugin_base_instance. In C++, since the base classes have a virtual table, the pointer to the C members is shifted in memory.