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 TArray< TSharedPtr< FPropertySection > > FindSectionsForCategory
(
const UStruct * Struct,
FName CategoryName
) const
Find the section that the given category in the given struct should be a part of.
all super-structs of the given struct will also be searched.
Parameter |
Description |
---|---|
Struct |
The struct to start searching from. |
CategoryName |
The category to search for. |