Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/Dataflow
Inheritance Hierarchy
- IDataflowContentOwner
- UChaosClothAsset
- UFleshAsset
- UGeometryCollection
References
| Module | DataflowEngine |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowContent.h |
| Include | #include "Dataflow/DataflowContent.h" |
Syntax
class IDataflowContentOwner
Remarks
Dataflow interface for any content owner
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnContentOwnerChanged | OnContentOwnerChanged | Delegate member to be called in the invalidate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UDataflowBaseContent > | Function to build the dataflow content | ||
| TObjectPtr< UDataflowBaseContent > | Interface to create a dataflow content instance from that owner | ||
| void | Invalidate all the dataflow contents | ||
| void | ReadDataflowContent
(
const TObjectPtr< UDataflowBaseContent >& DataflowContent |
Interface to update a dataflow content instance from that owner | |
| void | WriteDataflowContent
(
const TObjectPtr< UDataflowBaseContent >& DataflowContent |
Interface to update a dataflow content instance from that owner |
Typedefs
| Name | Description |
|---|---|
| FOnContentOwnerChanged | Notification when owner changed |