Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
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.
| Name | FFitDataflowNode |
| 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 FFitDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FFitDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFitDataflowNode
(
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(FFitDataflowNode, "Fit", "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 |