Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
Include |
#include "PropertyEditorModule.h" |
Source |
/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual void GetAllSections
(
const UStruct * Struct,
TArray< TSharedPtr< FPropertySection >> & OutSections
) const
Get all registered sections for the given struct (including the default section).
Parameter |
Description |
---|---|
Struct |
The struct to fetch sections for. |
OutSections |
Sections will be appended to this parameter. The array will not be cleared beforehand. |