FDetailArrayBuilder::SetOnRebuildChildren

Sets a delegate that should be used when the custom node needs to rebuild children

Windows
MacOS
Linux

Override Hierarchy

IDetailCustomNodeBuilder::SetOnRebuildChildren()

FDetailArrayBuilder::SetOnRebuildChildren()

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h

Include

#include "PropertyCustomizationHelpers.h"

Syntax

virtual void SetOnRebuildChildren
(
    FSimpleDelegate InOnRegenerateChildren
)

Remarks

Sets a delegate that should be used when the custom node needs to rebuild children

Parameters

Parameter

Description

A

delegate to invoke when the tree should rebuild this nodes children

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