Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual void GetAllSections
&40;
const UStruct &42; Struct,
TArray< TSharedPtr< FPropertySection >> & OutSections
&41; const
Remarks
Get all registered sections for the given struct (including the default section).
Parameters
| Name | Description |
|---|---|
| Struct | The struct to fetch sections for. |
| OutSections | Sections will be appended to this parameter. The array will not be cleared beforehand. |