.. index:: pair: struct; EE::UI::PopupPlacementConfig .. _doxid-struct_e_e_1_1_u_i_1_1_popup_placement_config: struct EE::UI::PopupPlacementConfig =================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct PopupPlacementConfig { // fields :ref:`Rectf` :target:`areaRect`; :ref:`Rectf` :target:`targetRect`; :ref:`Rectf` :target:`alignRect`; :ref:`Rectf` :target:`avoidRect`; :ref:`PlacementLayout` :target:`layoutBias` = :ref:`PlacementLayout::Horizontal`; bool :target:`supportHorizontal` = true; bool :target:`supportVertical` = true; :ref:`Float` :target:`userMaxWidth`; :ref:`Float` :target:`margin` = 4.f; :ref:`Float` :target:`minHorizontalSpace` = 200.f; :ref:`Float` :target:`minVerticalSpace` = 100.f; :ref:`Float` :target:`minScoreHeight`; :ref:`Float` :target:`maxScoreHeight`; };