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" |
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 | |||
| NewMin | |||
| OldMax | |||
| OldMin | |||
| ReturnValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
Evaluate () |
Evaluation | ||
GetCategory () |
|||
GetTags () |
|||
GetType () |
|||
IsA () |
|||
| Struct Support | |||
StaticTags () |
|||
StaticType () |
|||