Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FDataflowOverrideNode
- FGetBoolOverrideFromAssetDataflowNode
- FGetFloatOverrideFromAssetDataflowNode
- FGetIntOverrideFromAssetDataflowNode
- FGetStringOverrideFromAssetDataflowNode
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowOverrideNode.h |
| Include | #include "Dataflow/DataflowOverrideNode.h" |
Syntax
struct FDataflowOverrideNode : public FDataflowNode
Remarks
FDataflowOverrideNodeBase class for override nodes within the Dataflow graph.
Override Nodes allow to access to Override property on the asset. They can read the values by the key.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowOverrideNode
(
const Dataflow::FNodeParameters& Param, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| T | GetDefaultValue
(
Dataflow::FContext& Context |
||
| int32 | GetDefaultValue
(
Dataflow::FContext& Context |
||
| float | GetDefaultValue
(
Dataflow::FContext& Context |
||
| FString | GetValueFromAsset
(
Dataflow::FContext& Context, |
||
| bool | ShouldInvalidate
(
FName InKey |
||
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluate | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |