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

Common Slate Arguments

Common Slate Arguments (Docs)