ISectionListBuilder::AddSection

Adds a new Section to the list

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyCustomizationHelpers.h"

Syntax

void AddSection
(
    int32 LodIndex,
    int32 SectionIndex,
    FName InMaterialSlotName,
    int32 InMaterialSlotIndex,
    FName InOriginalMaterialSlotName,
    const TMap< int32, FName > & InAvailableMaterialSlotName,
    const UMaterialInterface * Material,
    bool IsSectionUsingCloth,
    bool bIsChunkSection,
    int32 DefaultMaterialIndex
)

Remarks

Adds a new Section to the list

Parameters

Parameter

Description

SlotIndex

The slot (usually mesh element index) where the Section is located on the component

Section

The Section being used

bCanBeReplced

Whether or not the Section can be replaced by a user

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