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