Navigation
API > API/Runtime > API/Runtime/DataflowCore
Compute the dot product between two vectors : DotProduct = A.B
| Name | FDataflowVectorDotProductNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowVectorNodes.h |
| Include Path | #include "Dataflow/DataflowVectorNodes.h" |
Syntax
USTRUCT ()
struct FDataflowVectorDotProductNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowVectorDotProductNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | FDataflowVectorTypes | A Vector operand | Dataflow/DataflowVectorNodes.h |
|
| B | FDataflowVectorTypes | B Vector operand | Dataflow/DataflowVectorNodes.h |
|
| DotProduct | FDataflowNumericTypes | Resulting dot product : DotProduct=A.B | Dataflow/DataflowVectorNodes.h |
|