Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | SVerticesOutliner |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowVerticesOutlinerWidget.h |
| Include Path | #include "Dataflow/DataflowVerticesOutlinerWidget.h" |
Syntax
class SVerticesOutliner : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SVerticesOutliner
- FSlateControlledConstruction → SWidget → SCompoundWidget → SVerticesOutliner
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPerformingSelection | bool | Dataflow/DataflowVerticesOutlinerWidget.h | ||
| Collection | TSharedPtr< const FManagedArrayCollection > | Dataflow/DataflowVerticesOutlinerWidget.h | ||
| HeaderRowWidget | TSharedPtr< SHeaderRow > | Dataflow/DataflowVerticesOutlinerWidget.h | ||
| RootNodes | TArray< TSharedPtr< FGeometryCollectionVerticesTreeItemGeometry > > | Dataflow/DataflowVerticesOutlinerWidget.h | ||
| TreeView | TSharedPtr< STreeView< FGeometryCollectionVerticesTreeItemPtr > > | Dataflow/DataflowVerticesOutlinerWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
void ExpandAll() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
void ExpandRecursive
(
TSharedPtr< FGeometryCollectionVerticesTreeItem > TreeItem, |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
int32 GetBoneSelectionCount() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
TSharedRef< ITableRow > MakeTreeRowWidget
(
FGeometryCollectionVerticesTreeItemPtr InInfo, |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
TSharedRef< ITableRow > OnGeneratePinnedRowWidget
(
FGeometryCollectionVerticesTreeItemPtr InItem, |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
void OnGetChildren
(
TSharedPtr< FGeometryCollectionVerticesTreeItem > InInfo, |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
TSharedPtr< SWidget > OnOpenContextMenu() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
void RegenerateHeader() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
void RegenerateItems() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
void SetCollection
(
const TSharedPtr< const FManagedArrayCollection >& InCollection |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
void UpdateGeometryCollection() |
Dataflow/DataflowVerticesOutlinerWidget.h |