Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FCommonViewportClient
- FViewElementDrawer
- FGCObject
- FEditorViewportClient
- FDataflowEditorViewportClient
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorViewportClient.h |
| Include | #include "Dataflow/DataflowEditorViewportClient.h" |
Syntax
class FDataflowEditorViewportClient : public FEditorViewportClient
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowEditorViewportClient
(
FPreviewScene* InPreviewScene, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanSetSelectionMode
(
FDataflowSelectionState::EMode InState |
||
| FDataflowSelectionState::EMode | |||
| bool | IsSelectionModeActive
(
FDataflowSelectionState::EMode InState |
||
| Dataflow::FTimestamp | LatestTimestamp
(
const UDataflow* Dataflow, |
||
| void | SetDataflowActor
(
ADataflowActor* InActor |
||
| void | SetSelectionMode
(
FDataflowSelectionState::EMode InState |
Overridden from FEditorViewportClient
| Type | Name | Description | |
|---|---|---|---|
| void | ProcessClick
(
FSceneView& View, |
Called when the user clicks in the viewport | |
| void | Tick
(
float DeltaSeconds |
Ticks this viewport client |
Overridden from FViewportClient
| Type | Name | Description | |
|---|---|---|---|
| bool | InputKey
(
const FInputKeyEventArgs& EventArgs |
Check a key event received by the viewport. |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
FGCObject interface | |
| FString | Overload this method to report a name for your referencer |
Typedefs
| Name | Description |
|---|---|
| Super |