Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FEFitDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMathNodes.h |
| Include | #include "Dataflow/GeometryCollectionMathNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FEFitDataflowNode : public FDataflowNode
Remarks
Fits a value from one range to another
Takes the value num from the range (oldmin, oldmax) and shifts it to the corresponding value in the new range (newmin, newmax). Unlike fit, this function does not clamp values in the given range.
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| float | NewMax | |||
| float | NewMin | |||
| float | OldMax | |||
| DATAFLOW_NODE_DEFINE_INTERNAL(FEFitDataflowNode, "EFit", "Math | Float", "") public float | OldMin | ||
| float | ReturnValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEFitDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |