Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- SAssetEditorViewport
- ICommonEditorViewportToolbarInfoProvider
- FGCObject
- SDataflowEditorViewport
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorViewport.h |
| Include | #include "Dataflow/DataflowEditorViewport.h" |
Syntax
class SDataflowEditorViewport :
public SAssetEditorViewport,
public ICommonEditorViewportToolbarInfoProvider,
public FGCObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Overridden from SEditorViewport
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FEditorViewportClient > | |||
| TSharedPtr< SWidget > | Implement this to add a viewport toolbar to the inside top of the viewport. |
Overridden from ICommonEditorViewportToolbarInfoProvider
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FExtender > | GetExtenders () |
FLevelEditorModule& LevelEditorModule = FModuleManager::GetModuleChecked |
|
| TSharedRef< SEditorViewport > | Get the viewport widget. | ||
| void | Called to inform the host that a button was clicked (typically used to focus on a particular viewport in a multi-viewport setup) |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |