Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FPreviewScene
- FTickableEditorObject
- FAdvancedPreviewScene
- FDataflowPreviewScene
- FDataflowConstructionScene
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowPreviewScene.h |
| Include | #include "Dataflow/DataflowPreviewScene.h" |
Syntax
class FDataflowConstructionScene : public FDataflowPreviewScene
Remarks
Dataflow construction scene holding all the dynamic meshes used/displayed in the dataflow graph
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowConstructionScene
(
FPreviewScene::ConstructionValues ConstructionValues, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UDynamicMeshComponent > > | Get all the dynamic mesh components | ||
| bool | Is there ANYTHING to render | ||
| void | Close the construction scene | ||
| void | Update the construction scene |
Overridden from FDataflowPreviewScene
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| bool | Check if the preview scene can run simulation | ||
| void | TickDataflowScene
(
const float DeltaSeconds |
Tick data flow scene |