Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/SMaterialSlotWidget
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SMaterialSlotWidget::FArguments
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SMaterialSlotWidget >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | CanDeleteMaterialSlot
(
const TAttribute< bool >& InAttribute |
||
| WidgetArgsType & | MaterialName
(
const TAttribute< FText >& InAttribute |
||
| WidgetArgsType & | OnDeleteMaterialSlot
(
const FSimpleDelegate& InDelegate |
||
| WidgetArgsType & | OnMaterialNameChanged
(
const FOnTextChanged& InDelegate |
||
| WidgetArgsType & | OnMaterialNameCommitted
(
const FOnTextCommitted& InDelegate |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |