Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FVectorArrayNormalizeDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionArrayNodes.h |
| Include | #include "Dataflow/GeometryCollectionArrayNodes.h" |
Syntax
USTRUCT&40;&41;
struct FVectorArrayNormalizeDataflowNode : public FDataflowNode
Remarks
Normalize all the selected vectors in a VectorArray
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector > | InVectorArray | Input VectorArray | |
| float | Magnitude | ||
| TArray< FVector > | OutVectorArray | ||
| FDataflowVertexSelection | Selection | Selection for the operation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVectorArrayNormalizeDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |