Version

menu_open

◆ Connect

bool(* ak_wwise_plugin_host_frontend_model_v1::Connect) (struct ak_wwise_plugin_host_frontend_model_instance_v1 *in_this, ak_wwise_plugin_widget *in_widget, const char *in_name, void(*in_handler)(), void *in_userData)

Connects a signal to a handler taking some user-defined data.

Parameters
[in]in_thisCurrent instance of this interface.
[in]in_widgetPointer to the widget.
[in]in_nameName of the signal.
[in]in_handlerStatic function of the form 'void StaticHandler(void* in_owner, ArgsT... in_args, void* in_data)'.
[in]in_userDataPointer to user-defined data. This is forwarded to the handler when the signal gets emitted. The user must perform the necessary casts in the handler.
Returns
True if the signal isn't already connected and was successfully connected.

Definition at line 226 of file HostFrontendModel.h.

Referenced by AK.Wwise::Plugin::V1::FrontendModel::Connect().


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise