.. index:: pair: struct; EE::UI::UIBindingGroup::Error .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_binding_group_1_1_error: struct EE::UI::UIBindingGroup::Error ==================================== .. toctree:: :hidden: Overview ~~~~~~~~ Identifies one invalid binding and its current validation result. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Error { // fields std::size_t :ref:`index` { 0 }; :ref:`UIWidget`* :ref:`widget` { nullptr }; const :ref:`UIValueValidationResult`* :ref:`validation` { nullptr }; }; .. _details-struct_e_e_1_1_u_i_1_1_u_i_binding_group_1_1_error: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Identifies one invalid binding and its current validation result. Fields ------ .. index:: pair: variable; index .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_binding_group_1_1_error_1a98b1127801709d3f079c05beb1b6fd52: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::size_t index { 0 } Insertion index of the invalid binding in this group. .. index:: pair: variable; widget .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_binding_group_1_1_error_1a8a6e14c9209b668669c9b7710617cd64: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`UIWidget`* widget { nullptr } Bound widget when one is still connected, otherwise nullptr. .. index:: pair: variable; validation .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_binding_group_1_1_error_1ab15d6b02941a12dd26978f7fb9a2ed69: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`UIValueValidationResult`* validation { nullptr } Validation state owned by the binding and valid until the group changes.