Connects a signal to a handler taking some user-defined data.
- 引数
-
[in] | in_this | Current instance of this interface. |
[in] | in_widget | Pointer to the widget. |
[in] | in_name | Name of the signal. |
[in] | in_handler | Static function of the form 'void StaticHandler(void* in_owner, ArgsT... in_args, void* in_data)'. |
[in] | in_userData | Pointer 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. |
- 戻り値
- True if the signal isn't already connected and was successfully connected.
HostFrontendModel.h の 227 行目に定義があります。
参照元 AK.Wwise::Plugin::V1::FrontendModel::Connect().