Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FSectionListItem
Remarks
A Section item in a Section list slot
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< int32, FName > | AvailableMaterialSlotName | Available material slot name | |
| bool | bIsChunkSection | ||
| int32 | DefaultMaterialIndex | ||
| bool | IsSectionUsingCloth | Is this section is using cloth | |
| int32 | LodIndex | LodIndex of the Section | |
| TWeakObjectPtr< UMaterialInterface > | Material | Material being readonly view in the list | |
| int32 | MaterialSlotIndex | ||
| FName | MaterialSlotName | Material Slot Name | |
| FName | OriginalMaterialSlotName | ||
| int32 | SectionIndex | Section index | |
| int32 | ThumbnailSize | Size of the preview material thumbnail |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSectionListItem
(
int32 InLodIndex, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSectionListItem& Other |
||
| bool | operator==
(
const FSectionListItem& Other |