Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FImportGEO
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshImportGEO.h |
| Include | #include "Dataflow/ChaosFleshImportGEO.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FImportGEO : public FDataflowNode
Remarks
Import data from GEO file.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDiscardInteriorTriangles | If `false_, all triangles on the interior of the tetrahedral mesh are retained in the mesh, which is useful for debugging, but makes rendering more costly. | |
| bool | bImportTetrahedronMesh | TetMesh Import the tetrahedron mesh from the GEO file. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FImportGEO, "ImportGEO", "Flesh", "") public FManagedArrayCollection | Collection | GEO filename. Passthrough geometry collection, used only for tetrahedron mesh extraction. | |
| FDateTime | FileModTime | ||
| FString | FilePath | ||
| TMap< FString, TArray< float > > | FloatVectorVars | ||
| FGEOMapStringArrayFloat | FloatVectorVarsOutput | Float array outputs. Use ExtractGEOFloatVector node. | |
| TMap< FString, TPair< TArray< std::string >, TArray< int32 > > > | IndexedStringVars | ||
| TMap< FString, int32 > | IntVars | ||
| FGEOMapStringInt | IntVarsOutput | GEO Variables Integer outputs. Use ExtractGEOInt node. | |
| TMap< FString, TArray< int32 > > | IntVectorVars | ||
| FGEOMapStringArrayInt | IntVectorVarsOutput | Integer array outputs. Use ExtractGEOIntVector node. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImportGEO
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ReadGEOFile
(
const bool PrintStats |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |