ISectionListBuilder

Builds up a list of unique Sections while creating some information about the Sections

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h

Include

#include "PropertyCustomizationHelpers.h"

Syntax

class ISectionListBuilder

Remarks

Builds up a list of unique Sections while creating some information about the Sections

Destructors

Name Description

Public function Virtual

~ISectionListBuilder()

Functions

Name Description

Public function

void

 

AddSection

(
    int32 LodIndex,
    int32 SectionIndex,
    FName InMaterialSlotName,
    int32 InMaterialSlotIndex,
    FName InOriginalMaterialSlotName,
    const TMap< int32, FName >& InAvai...,
    const UMaterialInterface* Mate...,
    bool IsSectionUsingCloth,
    bool bIsChunkSection,
    int32 DefaultMaterialIndex
)

Adds a new Section to the list

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