Navigation
API > API/Plugins > API/Plugins/DataflowEnginePlugin > API/Plugins/DataflowEnginePlugin/Dataflow
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ADataflowActor
References
| Module | DataflowEnginePlugin |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEnginePlugin/Public/Dataflow/DataflowActor.h |
| Include | #include "Dataflow/DataflowActor.h" |
Syntax
UCLASS&40;&41;
class ADataflowActor : public AActor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UDataflowComponent > | DataflowComponent | DataflowComponent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ADataflowActor
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDataflowComponent * |
Overridden from AActor
| Type | Name | Description | |
|---|---|---|---|
| bool | GetReferencedContentObjects
(
TArray< UObject* >& Objects |
Used by the "Sync to Content Browser" right-click menu option in the editor. |