Navigation
API > API/Runtime > API/Runtime/DataflowCore
Normalize a vector : Normalized = V/|V|
| Name | FDataflowVectorNormalize |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowVectorNodes.h |
| Include Path | #include "Dataflow/DataflowVectorNodes.h" |
Syntax
USTRUCT ()
struct FDataflowVectorNormalize : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowVectorNormalize
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | ||
|---|---|---|---|---|---|---|
| Normalized | FDataflowVectorTypes | Normalized vector : Normalized=V/ | V | Dataflow/DataflowVectorNodes.h |
|
|
| V | FDataflowVectorTypes | Vector to normalize | Dataflow/DataflowVectorNodes.h |
|