Navigation
API > API/Plugins > API/Plugins/ChaosFleshDeprecatedNodes > API/Plugins/ChaosFleshDeprecatedNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FExtractGEOIntVector
References
| Module | ChaosFleshDeprecatedNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshDeprecatedNodes/Public/Dataflow/ChaosFleshImportGEO.h |
| Include | #include "Dataflow/ChaosFleshImportGEO.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh, Deprecated="5.4"))
struct FExtractGEOIntVector : public FDataflowNode
Remarks
Extract a named integer array from the results of an ImportGEO node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | Value | Output value. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FExtractGEOIntVector, "ExtractGEOIntVector", "Flesh", "") public FStri... | VarName | IntVectorVars output from ImportGEO node. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExtractGEOIntVector
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |