Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Widget for the CollectionSpreadSheet panel
| Name | SCollectionSpreadSheetWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowCollectionSpreadSheetWidget.h |
| Include Path | #include "Dataflow/DataflowCollectionSpreadSheetWidget.h" |
Syntax
class SCollectionSpreadSheetWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCollectionSpreadSheetWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCollectionSpreadSheetWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnPinnedDownChanged | TMulticastDelegate_OneParam< void, const bool > | Gets a multicast delegate which is called whenever the PinnedDown button clicked | Dataflow/DataflowCollectionSpreadSheetWidget.h |
| FOnRefreshLockedChanged | TMulticastDelegate_OneParam< void, const bool > | Gets a multicast delegate which is called whenever the LockRefresh button clicked | Dataflow/DataflowCollectionSpreadSheetWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NonListViewGroups | TSet< FName > | Dataflow/DataflowCollectionSpreadSheetWidget.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPinnedDown | bool | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| bIsRefreshLocked | bool | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| CollectionGroups | TArray< FName > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| CollectionGroupsComboBox | TSharedPtr< SComboBox< FName > > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| CollectionGroupsComboBoxLabel | TSharedPtr< STextBlock > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| CollectionSpreadSheetExternalVerticalScrollBar | TSharedPtr< SScrollBar > | External scrollbar to scroll CollectionSpreadSheet vertically, only visible when CollectionSpreadSheet is visible. | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
| CollectionTable | TSharedPtr< SCollectionSpreadSheet > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| FacesOutliner | TSharedPtr< SFacesOutliner > | Widget to display Faces hierarchy. | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
| FacesOutlinerExternalVerticalScrollBar | TSharedPtr< SScrollBar > | External scrollbar to scroll FacesOutliner vertically, only visible when FacesOutliner is visible. | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
| NodeName | FString | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| NodeNameTextBlock | TSharedPtr< STextBlock > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| NodeOutputs | TArray< FName > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| NodeOutputsComboBox | TSharedPtr< SComboBox< FName > > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| NodeOutputsComboBoxLabel | TSharedPtr< STextBlock > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| SpreadSheetHorizontalScrollBar | TSharedPtr< SScrollBar > | ScrollBar to scroll ListView/TreeView view area. | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
| StatusTextBlock | TSharedPtr< STextBlock > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| TransformOutliner | TSharedPtr< STransformOutliner > | Widget to display Transform hierarchy. | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
| TransformOutlinerExternalVerticalScrollBar | TSharedPtr< SScrollBar > | External scrollbar to scroll TransformOutliner vertically, only visible when TransformOutliner is visible. | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
| VerticesOutliner | TSharedPtr< SVerticesOutliner > | Widget to display Vertices hierarchy. | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
| VerticesOutlinerExternalVerticalScrollBar | TSharedPtr< SScrollBar > | External scrollbar to scroll VerticesOutliner vertically, only visible when VerticesOutliner is visible. | Dataflow/DataflowCollectionSpreadSheetWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CollectionGroupsComboBoxSelectionChanged
(
FName InSelectedOutput, |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
void Construct
(
const FArguments& InArgs |
Slate construction function | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
EVisibility GetCollectionSpreadSheetVisibility() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
TSharedPtr< SCollectionSpreadSheet > GetCollectionTable() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
EVisibility GetFacesOutlinerVisibility() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
const FSlateBrush * GetLockButtonImage() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
FText GetNoGroupText() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
FText GetNoOutputText() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
FOnPinnedDownChanged & GetOnPinnedDownChangedDelegate() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
FOnRefreshLockedChanged & GetOnRefreshLockedChangedDelegate() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
const FSlateBrush * GetPinButtonImage() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
EVisibility GetTransformOutlinerVisibility() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
EVisibility GetVerticesOutlinerVisibility() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
void NodeOutputsComboBoxSelectionChanged
(
FName InSelectedOutput, |
UI callbacks. | Dataflow/DataflowCollectionSpreadSheetWidget.h | |
void RefreshWidget() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
void SetData
(
const FString& InNodeName |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
void SetStatusText() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
void UpdateCollectionGroups
(
const FName& InOutputName |
Dataflow/DataflowCollectionSpreadSheetWidget.h |