FPropertyEditorModule::GetAllSections

Get all registered sections for the given struct (including the default section).

Choose your operating system:

Windows

macOS

Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyEditorModule.h"

Source

/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp

Syntax

virtual void GetAllSections
(
    const UStruct * Struct,
    TArray< TSharedPtr< FPropertySection >> & OutSections
) const

Remarks

Get all registered sections for the given struct (including the default section).

Parameters

Parameter

Description

Struct

The struct to fetch sections for.

OutSections

Sections will be appended to this parameter. The array will not be cleared beforehand.