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