Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FExtractGEOIntVector
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshImportGEO.h |
| Include | #include "Dataflow/ChaosFleshImportGEO.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
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 Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |