Navigation
API > API/Plugins > API/Plugins/ChaosFleshDeprecatedNodes
Import data from GEO file.
| Name | FImportGEO |
| 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 FImportGEO : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FImportGEO
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImportGEO
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/ChaosFleshImportGEO.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDiscardInteriorTriangles | bool | 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. | Dataflow/ChaosFleshImportGEO.h |
|
| bImportTetrahedronMesh | bool | TetMesh Import the tetrahedron mesh from the GEO file. | Dataflow/ChaosFleshImportGEO.h |
|
| Collection | DATAFLOW_NODE_DEFINE_INTERNAL(FImportGEO, "ImportGEO", "Flesh", "") public FManagedArrayCollection | GEO filename. Passthrough geometry collection, used only for tetrahedron mesh extraction. | Dataflow/ChaosFleshImportGEO.h |
|
| FloatVectorVarsOutput | FGEOMapStringArrayFloat | Float array outputs. Use ExtractGEOFloatVector node. | Dataflow/ChaosFleshImportGEO.h |
|
| IntVarsOutput | FGEOMapStringInt | GEO Variables Integer outputs. Use ExtractGEOInt node. | Dataflow/ChaosFleshImportGEO.h |
|
| IntVectorVarsOutput | FGEOMapStringArrayInt | Integer array outputs. Use ExtractGEOIntVector 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 |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ReadGEOFile
(
const bool PrintStats |
Dataflow/ChaosFleshImportGEO.h |