Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | FGeometryCollectionVerticesTreeItemVertex |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowVerticesOutlinerWidget.h |
| Include Path | #include "Dataflow/DataflowVerticesOutlinerWidget.h" |
Syntax
class FGeometryCollectionVerticesTreeItemVertex : public FGeometryCollectionVerticesTreeItem
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FGeometryCollectionVerticesTreeItem → FGeometryCollectionVerticesTreeItemVertex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCollectionVerticesTreeItemVertex
(
const int32 InVertexIndex, |
Dataflow/DataflowVerticesOutlinerWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ItemColor | FSlateColor | Dataflow/DataflowVerticesOutlinerWidget.h | ||
| ParentCollectionItem | FGeometryCollectionVerticesTreeItemGeometry * | Dataflow/DataflowVerticesOutlinerWidget.h | ||
| VertexIndex | const int32 | Dataflow/DataflowVerticesOutlinerWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const FManagedArrayCollection > GetCollection() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
FSlateColor GetItemColor() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
bool HasChildren() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
bool IsValidVertex() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
TSharedRef< SWidget > MakeEmptyColumnWidget() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
TSharedRef< SWidget > MakeIndexColumnWidget() |
Dataflow/DataflowVerticesOutlinerWidget.h |
Overridden from FGeometryCollectionVerticesTreeItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetChildren
(
FGeometryCollectionVerticesTreeItemList& OutChildren |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
virtual int32 GetVertexIndex() |
Dataflow/DataflowVerticesOutlinerWidget.h | ||
virtual TSharedRef< ITableRow > MakeTreeRowWidget
(
const TSharedRef< STableViewBase >& InOwnerTable, |
Dataflow/DataflowVerticesOutlinerWidget.h |