Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FContext
- FContextSingle
- FContextThreaded
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeParameters.h |
| Include | #include "Dataflow/DataflowNodeParameters.h" |
Syntax
class FContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTimestamp | Timestamp |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FContext
(
FTimestamp InTimestamp |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FContext () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const T * | AsType () |
||
| void | Evaluate
(
const FDataflowNode* Node, |
||
| bool | Evaluate
(
const FDataflowOutput& Connection |
||
| const T & | |||
| TUniquePtr< FContextCacheElementBase > * | GetDataImpl
(
int64 Key |
||
| FTimestamp | GetTimestamp () |
||
| FName | GetType () |
||
| bool | HasData
(
size_t Key, |
||
| bool | HasDataImpl
(
int64 Key, |
||
| bool | |||
| bool | IsEmpty () |
||
| bool | IsEmptyImpl () |
||
| bool | IsInCallstack
(
const FDataflowConnection* Connection |
||
| void | PopFromCallstack
(
const FDataflowConnection* Connection |
||
| void | PushToCallstack
(
const FDataflowConnection* Connection |
||
| void | |||
| void | SetDataImpl
(
int64 Key, |
||
| FName | StaticType () |