Navigation
API > API/Editor > API/Editor/SubobjectEditor > API/Editor/SubobjectEditor/SSubobjectEditor
References
| Module | SubobjectEditor |
| Header | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectEditor.h |
| Include | #include "SSubobjectEditor.h" |
| Source | /Engine/Source/Editor/SubobjectEditor/Private/SSubobjectEditor.cpp |
void SetNodeExpansionState
&40;
FSubobjectEditorTreeNodePtrType InNodeToChange,
const bool bIsExpanded
&41;
Remarks
Set the expansion state of a node
Parameters
| Name | Description |
|---|---|
| InNodeToChange | The node to be expanded/collapsed |
| bIsExpanded | True to expand the node, false to collapse it |