Navigation
API > API/Editor > API/Editor/DetailCustomizations > API/Editor/DetailCustomizations/Customizations > API/Editor/DetailCustomizations/Customizations/FMathStructCustomization
- FMathStructCustomization::GetSortedChildren()
- FColorStructCustomization::GetSortedChildren()
References
| Module | DetailCustomizations |
| Header | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h |
| Include | #include "Customizations/MathStructCustomizations.h" |
| Source | /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp |
virtual void GetSortedChildren
(
TSharedRef < IPropertyHandle > StructPropertyHandle,
TArray < TSharedRef < IPropertyHandle > > & OutChildren
)
Remarks
Gets the sorted children for the struct
Parameters
| Name | Description |
|---|---|
| StructPropertyHandle | The handle to the struct property |
| OutChildren | The child array that should be populated in the order that children should be displayed |