Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| |
|
| Name |
SRigVMExecutionStackTreeView |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMExecutionStackView.h |
| Include Path |
#include "Widgets/SRigVMExecutionStackView.h" |
Syntax
class SRigVMExecutionStackTreeView : public STreeView< TSharedPtr< FRigStackEntry > >
Inheritance Hierarchy
Implements Interfaces
Typedefs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OldSparseItemInfos |
TSparseItemMap |
|
Widgets/SRigVMExecutionStackView.h |
|
| OldSparseItemInfosByHash |
TMap< uint32, FSparseItemInfo > |
|
Widgets/SRigVMExecutionStackView.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Restore the expansion infos map from the saved snapshot after tree reconstruction |
Widgets/SRigVMExecutionStackView.h |
|
void SaveAndClearSparseItemInfos()
|
Save a snapshot of the internal map that tracks item expansion before tree reconstruction |
Widgets/SRigVMExecutionStackView.h |
|