Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| |
|
| Name |
FDivisionDataflowNode |
| 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 FDivisionDataflowNode : public FDataflowNode
Inheritance Hierarchy
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
|
| Divisor |
DATAFLOW_NODE_DEFINE_INTERNAL(FDivisionDataflowNode, "Division (Whole and Remainder)", "Math |
Float", "") public float |
|
Dataflow/GeometryCollectionMathNodes.h |
- EditAnywhere
- Category="Division"
- Meta=(DataflowInput)
|
| Remainder |
float |
|
Dataflow/GeometryCollectionMathNodes.h |
|
|
| ReturnValue |
int32 |
|
Dataflow/GeometryCollectionMathNodes.h |
|
|
Functions
Public
Overridden from FDataflowNode