Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailArrayBuilder
- IDetailCustomNodeBuilder::SetOnRebuildChildren()
- FDetailArrayBuilder::SetOnRebuildChildren()
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
virtual void SetOnRebuildChildren
(
FSimpleDelegate InOnRegenerateChildren
)
Remarks
Sets a delegate that should be used when the custom node needs to rebuild children
Parameters
| Name | Description |
|---|---|
| A | delegate to invoke when the tree should rebuild this nodes children |