FSectionListItem

A Section item in a Section list slot

Windows
MacOS
Linux

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

Name Description

Public variable

TMap< int32, FN...

 

AvailableMaterialSlotName

Available material slot name

Public variable

bool

 

bIsChunkSection

Public variable

int32

 

DefaultMaterialIndex

Public variable

bool

 

IsSectionUsingCloth

Is this section is using cloth

Public variable

int32

 

LodIndex

LodIndex of the Section

Public variable

TWeakObjectPtr<...

 

Material

Material being readonly view in the list

Public variable

int32

 

MaterialSlotIndex

Public variable

FName

 

MaterialSlotName

Material Slot Name

Public variable

FName

 

OriginalMaterialSlotName

Public variable

int32

 

SectionIndex

Section index

Public variable

int32

 

ThumbnailSize

Size of the preview material thumbnail

Constructors

Name Description

Public function

FSectionListItem

(
    int32 InLodIndex,
    int32 InSectionIndex,
    FName InMaterialSlotName,
    int32 InMaterialSlotIndex,
    FName InOriginalMaterialSlotName,
    const TMap< int32, FName >& InAvai...,
    const UMaterialInterface* InMa...,
    bool InIsSectionUsingCloth,
    int32 InThumbnailSize,
    bool InIsChunkSection,
    int32 InDefaultMaterialIndex
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FSectionListItem& Other
)

Public function Const

bool

 

operator==

(
    const FSectionListItem& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss