Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- TSharedFromThis
- FMaterialItemView
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/MaterialList.h |
| Include | #include "MaterialList.h" |
Syntax
class FMaterialItemView : public TSharedFromThis< FMaterialItemView >
Remarks
A view of a single item in an FMaterialList
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FMaterialItemView > | Create
(
const FMaterialListItem& Material, |
Creates a new instance of this class | |
| TSharedRef< SWidget > | Create a Name Content for Material Item Widget | ||
| TSharedRef< SWidget > | CreateValueContent
(
IDetailLayoutBuilder& InDetailBuilder, |
Create a Value Content for Material Item Widget | |
| const FMaterialListItem & | Get Material item in a material list slot | ||
| bool | Called to get the visibility of the reset to base button | ||
| void | Called when reset to base is clicked | ||
| void | ReplaceMaterial
(
UMaterialInterface* NewMaterial, |
Replace material in slot |