Navigation
API > API/Plugins > API/Plugins/BlueprintHeaderView
| Name | EHeaderViewSortMethod |
| Type | enum |
| Header File | /Engine/Plugins/Editor/BlueprintHeaderView/Source/BlueprintHeaderView/Public/BlueprintHeaderViewSettings.h |
| Include Path | #include "BlueprintHeaderViewSettings.h" |
Syntax
enum EHeaderViewSortMethod
{
None,
SortByAccessSpecifier,
SortForOptimalPadding,
}
Values
| Name | Remarks |
|---|---|
| None | Properties will stay in the same order they were in the Blueprint class. |
| SortByAccessSpecifier | Properties will be grouped together by Access Specifiers, in order of visibility (public, protected, private). |
| SortForOptimalPadding | Properties will be sorted to minimize padding in compiled class layout. |