Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/UserInterface > API/Editor/PropertyEditor/UserInterface/Widgets
Inheritance Hierarchy
- FToolElementRegistrationArgs
- FPropertyUpdatedWidgetBuilder
- FOverridesComboButtonBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/UserInterface/Widgets/OverridesComboButtonBuilder.h |
| Include | #include "UserInterface/Widgets/OverridesComboButtonBuilder.h" |
Syntax
class FOverridesComboButtonBuilder : public FPropertyUpdatedWidgetBuilder
Remarks
A Display builder for the overrides combo button
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnGetContent | OnGetContent | The delegate to get the menu content |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOverridesComboButtonBuilder
(
TSharedRef< FDetailsDisplayManager > InDetailsDisplayManager, |
The constructor, which takes a TSharedRef |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Converts this into the SWidget it builds |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | Implements the generation of the Category Menu button SWidget | ||
| TSharedPtr< FEditPropertyChain > | Gets the FEditPropertyChain for this FOverridesComboButtonBuilder | ||
| FOverridesComboButtonBuilder & | Set_OnGetContent
(
FOnGetContent InOnGetContent |
Set the OnGetContent for the menu that this button is responsible for | |
| void | SetEditPropertyChain
(
TSharedRef< FEditPropertyChain >& InEditPropertyChain |
Sets the FEditPropertyChain for this FOverridesComboButtonBuilder |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | operator* () |
Converts this into the SWidget it builds |