Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCustomNodeBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailCustomNodeBuilder.h |
| Include | #include "IDetailCustomNodeBuilder.h" |
virtual void SetOnToggleExpansion
(
FOnToggleNodeExpansion InOnToggleExpansion
)
Remarks
Sets a delegate that should be used when the custom node wants to expand
Parameters
| Name | Description |
|---|---|
| A | delegate to invoke when the tree should expand |