Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Set a float values in an array
| Name | FSetFloatAttributeDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFracturingNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionFracturingNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FSetFloatAttributeDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FSetFloatAttributeDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSetFloatAttributeDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionFracturingNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Attribute | DATAFLOW_NODE_DEFINE_INTERNAL(FSetFloatAttributeDataflowNode, "SetFloatAttribute", "GeometryCollection | Utilities", "") private FString | Collection to visualize | Dataflow/GeometryCollectionFracturingNodes.h |
|
| FloatArray | TArray< float > | Output float array | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| Method | EDataflowSetFloatArrayMethod | Dataflow/GeometryCollectionFracturingNodes.h |
|
||
| NoiseScale | float | Seed for random | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| RandomSeed | int32 | Seed for random | Dataflow/GeometryCollectionFracturingNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionFracturingNodes.h |