Navigation
API > API/Runtime > API/Runtime/DataflowCore
Compute the Length of a vector : Length = |V|
| Name | FDataflowVectorLengthNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowVectorNodes.h |
| Include Path | #include "Dataflow/DataflowVectorNodes.h" |
Syntax
USTRUCT ()
struct FDataflowVectorLengthNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowVectorLengthNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | ||
|---|---|---|---|---|---|---|
| Length | FDataflowNumericTypes | Length of the input vector : Length= | V | Dataflow/DataflowVectorNodes.h |
|
|
| V | FDataflowVectorTypes | Vector to get length from | Dataflow/DataflowVectorNodes.h |
|