.. index:: pair: struct; EE::UI::UIProperty::LifetimeState .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_property_1_1_lifetime_state: struct EE::UI::UIProperty::LifetimeState ======================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct LifetimeState { // fields T :target:`value`; :ref:`UIProperty`* :target:`property` { nullptr }; std::unique_ptr<:ref:`ObservableValue`> :target:`alive`; // construction :target:`LifetimeState`(:ref:`UIProperty`* property, T value); };