Navigation
API > API/Plugins > API/Plugins/ChaosFleshDeprecatedNodes > API/Plugins/ChaosFleshDeprecatedNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FExtractGEOInt
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 FExtractGEOInt : public FDataflowNode
Remarks
Extract a named integer from the results of an ImportGEO node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Value | Output value. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FExtractGEOInt, "ExtractGEOInt", "Flesh", "") public FString | VarName | IntVars output from ImportGEO node. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExtractGEOInt
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |