版本

menu_open
Wwise SDK 2024.1.1

◆ GetPluginData

bool(* ak_wwise_plugin_custom_data_v1::GetPluginData) (const struct ak_wwise_plugin_custom_data_instance_v1 *in_this, const GUID *in_guidPlatform, AkPluginParamID in_idParam, struct ak_wwise_plugin_host_data_writer_instance_v1 *in_pDataWriter)

Obtains parameters that will be sent to the sound engine when Wwise is connected.

This block should contain only data that is NOT a property defined in the plug-in xml file. The parameter ID should be different than the ones used in the plug-in xml.

This is used when there are Object Store, large binary data sections, or properties not usually residing in the XML.

参见
AK::Wwise::Plugin::AudioPlugin::GetBankParameters for a discussion on parameter passing to the Sound Engine.
备注: In order to use the in_pDataWriter instance, your plug-in must request the data writer interface: ak_wwise_plugin_host_data_writer_v1.
参数
[in]in_thisCurrent instance of this interface.
[in]in_guidPlatformThe unique ID of the queried platform
[in]in_idParamThe plug-in defined parameter ID
[in]in_pDataWriterA pointer to the data writer instance being used.
返回
true if the plug-in has some plug-in defined data.
参见

在文件 CustomData.h159 行定义.

被这些函数引用 AK.Wwise::Plugin::V1::CustomData::Interface::Interface().


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅