Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SSCSEditor
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
void SetNodeExpansionState
&40;
FSCSEditorTreeNodePtrType 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 |