Navigation
API > API/Plugins > API/Plugins/IKRigEditor
Inheritance Hierarchy
- STableViewBase
- TListTypeTraits< ItemType >::SerializerType
- ITypedTableView
- SListView
- STreeView
- SBaseHierarchyTreeView
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/SBaseHierarchyTreeView.h |
| Include | #include "SBaseHierarchyTreeView.h" |
Syntax
template<class ItemType>
class SBaseHierarchyTreeView : public STreeView< TSharedPtr< ItemType > >
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | LastClickCycles | Slow double-click rename state | |
| TWeakPtr< ItemType > | LastSelected |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RestoreState
(
const TSharedPtr< ItemType >& ItemPtr |
Restore items expansion and selection state from the saved snapshot after tree reconstruction | |
| void | Save a snapshot of items expansion and selection state |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnFocusReceived
(
const FGeometry& MyGeometry, |
KEY INPUT Called when focus is given to this widget. This event does not bubble. |
Typedefs
| Name | Description |
|---|---|
| BaseView | |
| TItemSet | |
| TSparseItemMap |