Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Normalize all the selected vectors in a VectorArray
| Name | FVectorArrayNormalizeDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionArrayNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionArrayNodes.h" |
Syntax
USTRUCT ()
struct FVectorArrayNormalizeDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FVectorArrayNormalizeDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVectorArrayNormalizeDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionArrayNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Magnitude | float | Dataflow/GeometryCollectionArrayNodes.h |
|
||
| OutVectorArray | TArray< FVector > | Dataflow/GeometryCollectionArrayNodes.h |
|
||
| Selection | DATAFLOW_NODE_DEFINE_INTERNAL(FVectorArrayNormalizeDataflowNode, "VectorArrayNormalize", "Math | Vector", "") public FDataflowVertexSelection | Input VectorArray Selection for the operation | Dataflow/GeometryCollectionArrayNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionArrayNodes.h |