FColorStructCustomization::GetSortedChildren

Gets the sorted children for the struct

Windows
MacOS
Linux

Override Hierarchy

FMathStructCustomization::GetSortedChildren()

FColorStructCustomization::GetSortedChildren()

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

Syntax

virtual void GetSortedChildren
(
    TSharedRef< IPropertyHandle > StructPropertyHandle,
    TArray< TSharedRef< IPropertyHandle > > & OutChildren
)

Remarks

Gets the sorted children for the struct

Parameters

Parameter

Description

StructPropertyHandle

The handle to the struct property

OutChildren

The child array that should be populated in the order that children should be displayed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss