Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
| Name | TBinaryOpLambdaNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/BaseNodes/BinaryOpLambdaNode.h |
| Include Path | #include "BaseNodes/BinaryOpLambdaNode.h" |
Syntax
template<typename T, int StorageTypeIdentifier>
class TBinaryOpLambdaNode : public UE::GeometryFlow::FNode
Inheritance Hierarchy
- FNode → TBinaryOpLambdaNode
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BaseNodes/BinaryOpLambdaNode.h | |||
TBinaryOpLambdaNode
(
TUniqueFunction< T(const T&A, const T&B)>&& OpFuncIn |
BaseNodes/BinaryOpLambdaNode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DataType | TMovableData< T, StorageTypeIdentifier > | BaseNodes/BinaryOpLambdaNode.h |
Functions
Public
Overridden from FNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
const FNamedDataMap& DatasIn, |
BaseNodes/BinaryOpLambdaNode.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString InParamArg1() |
BaseNodes/BinaryOpLambdaNode.h | ||
static const FString InParamArg2() |
BaseNodes/BinaryOpLambdaNode.h | ||
static const FString OutParamResult() |
BaseNodes/BinaryOpLambdaNode.h |