Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore > API/Plugins/GeometryFlowCore/TBinaryOpLambdaNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BaseNodes/BinaryOpLambdaNode.h | |||
TBinaryOpLambdaNode
(
TUniqueFunction< T(const T&A, const T&B)>&& OpFuncIn |
BaseNodes/BinaryOpLambdaNode.h |
TBinaryOpLambdaNode()
| Name | TBinaryOpLambdaNode |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/BaseNodes/BinaryOpLambdaNode.h |
| Include Path | #include "BaseNodes/BinaryOpLambdaNode.h" |
TBinaryOpLambdaNode()
TBinaryOpLambdaNode(TUniqueFunction< T(const T &A, const T &B)> &&)
| Name | TBinaryOpLambdaNode |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/BaseNodes/BinaryOpLambdaNode.h |
| Include Path | #include "BaseNodes/BinaryOpLambdaNode.h" |
TBinaryOpLambdaNode
(
TUniqueFunction < T, const T &B )> && OpFuncIn
)