Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
| Name | FAddFloatNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/MathNodes/ArithmeticNodes.h |
| Include Path | #include "MathNodes/ArithmeticNodes.h" |
Syntax
class FAddFloatNode : public UE::GeometryFlow::TBinaryOpAddNode< float, EDataTypes::Float >
Inheritance Hierarchy
- FNode → TBinaryOpLambdaNode → TBinaryOpAddNode → FAddFloatNode
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FNode | MathNodes/ArithmeticNodes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NodeVersion | int | MathNodes/ArithmeticNodes.h |
Functions
Public
Overridden from FNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetType() |
MathNodes/ArithmeticNodes.h | ||
virtual int32 GetVersionID() |
Version number used for serialization - to allow for changes in node data. | MathNodes/ArithmeticNodes.h | |
virtual bool IsA
(
FName InType |
MathNodes/ArithmeticNodes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticType() |
MathNodes/ArithmeticNodes.h |