Navigation
Unreal Engine C++ API Reference > Editor > ClassViewer > SClassViewer
References
Module | ClassViewer |
Header | /Engine/Source/Editor/ClassViewer/Public/SClassViewer.h |
Include | #include "SClassViewer.h" |
Source | /Engine/Source/Editor/ClassViewer/Private/SClassViewer.cpp |
void SetAllExpansionStates_Helper
&40;
TSharedPtr< FClassViewerNode > InNode,
bool bInExpansionState
&41;
Remarks
A helper function to recursively set the tree.
Parameters
Name | Description |
---|---|
InNode | The current node in the tree. |
bInExpansionState | The expansion state to set the tree to. |