Navigation
API > API/Runtime > API/Runtime/DataflowCore
Generator to generate a sequence from Perlin noise
| Name | FDataflowPerlinNoiseGeneratorNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowGeneratorNodes.h |
| Include Path | #include "Dataflow/DataflowGeneratorNodes.h" |
Syntax
USTRUCT ()
struct FDataflowPerlinNoiseGeneratorNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowPerlinNoiseGeneratorNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bClamp | bool | Dataflow/DataflowGeneratorNodes.h |
|
|
| bReverseOrder | bool | Dataflow/DataflowGeneratorNodes.h |
|
|
| Frequency | float | Dataflow/DataflowGeneratorNodes.h |
|
|
| Generator | FDataflowValueGenerator | Dataflow/DataflowGeneratorNodes.h |
|
|
| NoiseMax | float | Dataflow/DataflowGeneratorNodes.h |
|
|
| NoiseMin | float | Dataflow/DataflowGeneratorNodes.h |
|
|
| Offset | float | Dataflow/DataflowGeneratorNodes.h |
|