Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Expression node for floats
| Name | FMathExpressionDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMathNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMathNodes.h" |
Syntax
USTRUCT ()
struct FMathExpressionDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMathExpressionDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMathExpressionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMathNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| B | DATAFLOW_NODE_DEFINE_INTERNAL(FMathExpressionDataflowNode, "MathExpression", "Math", "") public FDataflowNumericTypes | Dataflow/GeometryCollectionMathNodes.h |
|
|
| C | FDataflowNumericTypes | Dataflow/GeometryCollectionMathNodes.h |
|
|
| D | FDataflowNumericTypes | Dataflow/GeometryCollectionMathNodes.h |
|
|
| Expression | FString | Dataflow/GeometryCollectionMathNodes.h |
|
|
| ReturnValue | FDataflowNumericTypes | Dataflow/GeometryCollectionMathNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMathNodes.h |