Navigation
API > API/Runtime > API/Runtime/DataflowCore
| Name | FDataflowValueGenerator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowGeneratorNodes.h |
| Include Path | #include "Dataflow/DataflowGeneratorNodes.h" |
Syntax
USTRUCT ()
struct FDataflowValueGenerator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowValueGenerator
(
TSharedPtr< IDataflowValueGenerator > InGenerator |
Dataflow/DataflowGeneratorNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Generator | TSharedPtr< IDataflowValueGenerator > | Dataflow/DataflowGeneratorNodes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GenerateValues
(
TArray< double >& InOutValues |
Dataflow/DataflowGeneratorNodes.h |