Dear Epic Games Team,
I’d like to suggest an enhancement to the orientation
enum used by the stack box
widget in UEFN. Currently, the available options for the stack box
are:
orientation<native><public> := enum:
# Orient widgets from left to right.
Horizontal
# Orient widgets from top to bottom.
Vertical
While these options work well, they don’t allow for orientations such as “bottom to top” or “right to left,” which limits flexibility for creators. Since the orientation
property is only used by the stack box
widget, expanding its options would provide more control and unlock new creative possibilities for UEFN projects.
Could you please consider adding the following to the orientation
enum for stack box
:
BottomToTop
(orienting widgets from bottom to up)RightToLeft
(orienting widgets from right to left)
This small addition would greatly enhance layout design and functionality. Thank you for considering this request—I’m thrilled to see UEFN’s potential grow!