Navigation
API > API/Runtime > API/Runtime/DataflowCore
Compute the distance between two vectors : Distance = |B-A|
| Name | FDataflowVectorDistanceNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowVectorNodes.h |
| Include Path | #include "Dataflow/DataflowVectorNodes.h" |
Syntax
USTRUCT ()
struct FDataflowVectorDistanceNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowVectorDistanceNode
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 |
|
||
| Distance | FDataflowNumericTypes | Distance between A and B : Distance= | B-A | Dataflow/DataflowVectorNodes.h |
|