Navigation
API > API/Runtime > API/Runtime/DataflowEngine
Dataflow interface for any content owner
| Name | IDataflowContentOwner |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowContent.h |
| Include Path | #include "Dataflow/DataflowContent.h" |
Syntax
class IDataflowContentOwner
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnContentOwnerChanged | TMulticastDelegate_NoParams< void > | Notification when owner changed | Dataflow/DataflowContent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnContentOwnerChanged | FOnContentOwnerChanged | Delegate member to be called in the invalidate | Dataflow/DataflowContent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectPtr< UDataflowBaseContent > BuildDataflowContent() |
Function to build the dataflow content | Dataflow/DataflowContent.h | |
void InvalidateDataflowContents() |
Invalidate all the dataflow contents | Dataflow/DataflowContent.h | |
void ReadDataflowContent
(
const TObjectPtr< UDataflowBaseContent >& DataflowContent |
Interface to update a dataflow content instance from that owner | Dataflow/DataflowContent.h | |
void WriteDataflowContent
(
const TObjectPtr< UDataflowBaseContent >& DataflowContent |
Interface to update a dataflow content instance from that owner | Dataflow/DataflowContent.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectPtr< UDataflowBaseContent > CreateDataflowContent() |
Interface to create a dataflow content instance from that owner | Dataflow/DataflowContent.h |