Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/MaterialList.h |
| Include | #include "MaterialList.h" |
Syntax
struct FMaterialListDelegates
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnCanCopyMaterialItem | OnCanCopyMaterialItem | Delegate called to know if we can copy a material item | |
| FOnCanCopyMaterialList | OnCanCopyMaterialList | Delegate called to know if we can copy a material list | |
| FOnCopyMaterialItem | OnCopyMaterialItem | Delegate called Copying a material item | |
| FOnCopyMaterialList | OnCopyMaterialList | Delegate called Copying a material list | |
| FOnGenerateWidgetsForMaterial | OnGenerateCustomMaterialWidgets | Delegate called to generate custom widgets under each material | |
| FOnGenerateWidgetsForMaterial | OnGenerateCustomNameWidgets | Delegate called to generate custom widgets under the name of in the left column of a details panel | |
| FOnGetMaterials | OnGetMaterials | Delegate called to populate the list with materials | |
| FOnMaterialChanged | OnMaterialChanged | Delegate called when a user changes the material | |
| FOnMaterialListDirty | OnMaterialListDirty | Delegate called when we tick the material list to know if the list is dirty | |
| TWeakPtr< FOnPasteFromText > | OnPasteFromText | Delegate called Pasting an optionally tagged text snippet | |
| FOnPasteMaterialItem | OnPasteMaterialItem | Delegate called Pasting a material item | |
| FOnPasteMaterialList | OnPasteMaterialList | Delegate called Pasting a material list | |
| FOnResetMaterialToDefaultClicked | OnResetMaterialToDefaultClicked | Delegate called when a material list item should be reset to default |
Constructors
| Type | Name | Description | |
|---|---|---|---|