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