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