FPropertyEditorModule::FindSectionsForCategory

Find the section that the given category in the given struct should be a part of.

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 TArray< TSharedPtr< FPropertySection > > FindSectionsForCategory
(
    const UStruct * Struct,
    FName CategoryName
) const

Remarks

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.

Parameters

Parameter

Description

Struct

The struct to start searching from.

CategoryName

The category to search for.