Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore > API/Plugins/GeometryFlowCore/BaseNodes
Inheritance Hierarchy
- FNode
- TBinaryOpLambdaNode
- TBinaryOpAddNode
References
| Module | GeometryFlowCore |
| Header | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/BaseNodes/BinaryOpLambdaNode.h |
| Include | #include "BaseNodes/BinaryOpLambdaNode.h" |
Syntax
template<typename T, int StorageTypeIdentifier>
class TBinaryOpLambdaNode : public UE::GeometryFlow::FNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniqueFunction< T(const T &A, const T &B)> | OpFunc |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBinaryOpLambdaNode
(
TUniqueFunction< T(const T&A, const T&B)>&& OpFuncIn |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString | InParamArg1 () |
||
| const FString | InParamArg2 () |
||
| const FString |
Overridden from FNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
const FNamedDataMap& DatasIn, |
Typedefs
| Name | Description |
|---|---|
| DataType |