이 파일의 문서화 페이지로 가기
45 for (
size_t i = 0; i < io_pluginInfo.
m_arraySize; ++i)
49 intf.m_interface->m_version == 1)
51 intf.m_instance = in_args;
75 #define AK_ADD_FRONTEND_PLUGIN_CLASS_TO_CONTAINER(ContainerName, WwiseClassName, AudioEngineRegisteredName, TemplateName) \
76 extern AK::PluginRegistration AudioEngineRegisteredName ## Registration; \
77 namespace { namespace AK_PLUGIN_USERGENERATEDPLUGININFO_NAMESPACE_NAME { \
78 static struct UserGeneratedPluginInfo : private AK::Wwise::Plugin::PluginInfoGenerator<WwiseClassName> \
80 ak_wwise_plugin_host_frontend_model_args_v1 frontend_args; \
81 UserGeneratedPluginInfo() : \
82 PluginInfoGenerator(&AudioEngineRegisteredName ## Registration) \
84 m_pluginInfo.m_next = GetPluginContainer ## ContainerName()->m_pluginInfos; \
85 frontend_args.templateName = TemplateName; \
86 AK::Wwise::Plugin::V1::AssignFrontendModelArgs(m_pluginInfo, &frontend_args); \
87 GetPluginContainer ## ContainerName()->m_pluginInfos = &m_pluginInfo; \
107 #define AK_ADD_FRONTEND_PLUGIN_CLASSID_TO_CONTAINER(ContainerName, WwiseClassName, CompanyID, PluginID, Type, TemplateName) \
108 namespace { namespace AK_PLUGIN_USERGENERATEDPLUGININFO_NAMESPACE_NAME { \
109 static struct UserGeneratedPluginInfo : private AK::Wwise::Plugin::PluginInfoGenerator<WwiseClassName> \
111 const AkUInt32 m_companyID = CompanyID; \
112 const AkUInt32 m_pluginID = PluginID; \
113 const AkPluginType m_type = Type; \
114 ak_wwise_plugin_host_frontend_model_args_v1 frontend_args; \
115 UserGeneratedPluginInfo() : \
116 PluginInfoGenerator(&m_companyID, &m_pluginID, &m_type) \
118 m_pluginInfo.m_next = GetPluginContainer ## ContainerName()->m_pluginInfos; \
119 frontend_args.templateName = TemplateName; \
120 AK::Wwise::Plugin::V1::AssignFrontendModelArgs(m_pluginInfo, &frontend_args); \
121 GetPluginContainer ## ContainerName()->m_pluginInfos = &m_pluginInfo; \
126 #endif // __cplusplus
Wwise Authoring Plug-ins - C++ class helper to automatically determine the plug-in interfaces used in...
@ AK_WWISE_PLUGIN_INTERFACE_TYPE_HOST_FRONTEND_MODEL
void AssignFrontendModelArgs(AK::Wwise::Plugin::PluginInfo &io_pluginInfo, ak_wwise_plugin_host_frontend_model_args_v1 *in_args)
Assign arguments for the FrontendModel service request
struct ak_wwise_plugin_interface_array_item * m_interfaces
ak_wwise_plugin_interface_ptr m_interface
The interface. Should be identical for every instance of this DLL.
지원이 필요하신가요?
질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!
지원 페이지를 방문해 주세요
작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요