Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FMeshToOBJStringDebugDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionDebugNodes.h |
| Include | #include "Dataflow/GeometryCollectionDebugNodes.h" |
Syntax
USTRUCT&40;Meta&61;&40;DataflowGeometryCollection&41;&41;
struct FMeshToOBJStringDebugDataflowNode : public FDataflowNode
Remarks
Convert a mesh to a string formatted as an OBJ file, which can be read by many external mesh viewers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInvertFaces | Whether to flip the orientation of the triangles in the OBJ output. | |
| TObjectPtr< UDynamicMesh > | Mesh | ||
| FString | StringOBJ | A string representing the input mesh in the OBJ file format. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshToOBJStringDebugDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |