Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FFitDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMathNodes.h |
| Include | #include "Dataflow/GeometryCollectionMathNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FFitDataflowNode : public FDataflowNode
Remarks
Fits a value from one range to another Returns a number between newmin and newmax that is relative to num in the range between oldmin and oldmax. If the value is outside the old range, it will be clamped to the new range.
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| float | NewMax | |||
| float | NewMin | |||
| float | OldMax | |||
| DATAFLOW_NODE_DEFINE_INTERNAL(FFitDataflowNode, "Fit", "Math | Float", "") public float | OldMin | ||
| float | ReturnValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFitDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |