Miscs
Creation
Assign new widget to variable for later edit
TSharedPtr<SHorizontalBox> HorizontalBox;
// ...
SAssignNew(HorizontalBox, SHorizontalBox)
// ...
Make combo box
See example of use of SComboBox
Latest update: May 14, 2025
TSharedPtr<SHorizontalBox> HorizontalBox;
// ...
SAssignNew(HorizontalBox, SHorizontalBox)
// ...
See example of use of SComboBox
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025