Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
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.
| Name | FEFitDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMathNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMathNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FEFitDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FEFitDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEFitDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMathNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| NewMax | float | Dataflow/GeometryCollectionMathNodes.h |
|
||
| NewMin | float | Dataflow/GeometryCollectionMathNodes.h |
|
||
| OldMax | float | Dataflow/GeometryCollectionMathNodes.h |
|
||
| OldMin | DATAFLOW_NODE_DEFINE_INTERNAL(FEFitDataflowNode, "EFit", "Math | Float", "") public float | Dataflow/GeometryCollectionMathNodes.h |
|
|
| ReturnValue | float | Dataflow/GeometryCollectionMathNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMathNodes.h |