Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
M
| Name | FMakeFloatArrayDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeFloatArrayDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeFloatArrayDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeFloatArrayDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| FloatArray | TArray< float > | Output float array | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Value | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeFloatArrayDataflowNode, "MakeFloatArray", "Math | Float", "") public float | Number of elements of the array Value to initialize the array with | Dataflow/GeometryCollectionMakeNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMakeNodes.h |