FColorStructCustomization::GetSortedChildren

Gets the sorted children for the struct

Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations > FColorStructCustomization

References

   
Module DetailCustomizations
Header /Engine/Source/Editor/DetailCustomizations/Public/Customizations/ColorStructCustomization.h
Include #include "Customizations/ColorStructCustomization.h"
Source /Engine/Source/Editor/DetailCustomizations/Private/ColorStructCustomization.cpp
virtual void GetSortedChildren
(
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IPropertyHandle](API\Editor\PropertyEditor\IPropertyHandle) > StructPropertyHandle,
    [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IPropertyHandle](API\Editor\PropertyEditor\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library