Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | FSectionList |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
Syntax
class FSectionList :
public IDetailCustomNodeBuilder ,
public TSharedFromThis< FSectionList >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FSectionList
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSectionList
(
IDetailLayoutBuilder& InDetailLayoutBuilder, |
PropertyCustomizationHelpers.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInitiallyCollapsed | bool | Set the initial state of the collapse. | PropertyCustomizationHelpers.h | |
| DetailLayoutBuilder | IDetailLayoutBuilder & | Parent detail layout this list is in | PropertyCustomizationHelpers.h | |
| DisplayedSections | TArray< FSectionListItem > | Set of all unique displayed Sections | PropertyCustomizationHelpers.h | |
| ExpandedSlots | TSet< uint32 > | Set of all expanded slots | PropertyCustomizationHelpers.h | |
| OnRebuildChildren | FSimpleDelegate | Called to rebuild the children of the detail tree | PropertyCustomizationHelpers.h | |
| SectionListBuilder | TSharedRef< class FSectionListBuilder > | Section list builder used to generate Sections | PropertyCustomizationHelpers.h | |
| SectionListDelegates | FSectionListDelegates | Delegates for the Section list | PropertyCustomizationHelpers.h | |
| SectionListName | FName | PropertyCustomizationHelpers.h | ||
| SectionsLodIndex | int32 | PropertyCustomizationHelpers.h | ||
| ThumbnailSize | int32 | PropertyCustomizationHelpers.h | ||
| ViewedSections | TArray< TSharedRef< class FSectionItemView > > | Set of all Sections currently in view (may be less than DisplayedSections) | PropertyCustomizationHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsDisplayingSections() |
PropertyCustomizationHelpers.h |