Navigation
API > API/Editor > API/Editor/PropertyEditor
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | PropertyCustomizationHelpers::MakePropertyComboBox
(
const FPropertyComboBoxArgs& InArgs |
Build a combo button that you bind to a Name/String/Enum property or display using general delegates, using an arguments structure | |
| TSharedRef< SWidget > | PropertyCustomizationHelpers::MakePropertyComboBox
(
const TSharedPtr< IPropertyHandle >& InPropertyHandle, |
Build a combo button that you bind to a Name/String/Enum property or display using general delegates |