Description
Convert Mesh to OBJ String (v1)
Convert a mesh to a string formatted as an OBJ file, which can be read by many external mesh viewers
Input(s) : bInvertFaces - Whether to flip the orientation of the triangles in the OBJ output
Output(s): StringOBJ - A string representing the input mesh in the OBJ file format
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Development |
| Type | FMeshToOBJStringDebugDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | TObjectPtr<UDynamicMesh> | None | |
| bInvertFaces | Whether to flip the orientation of the triangles in the OBJ output | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| StringOBJ | A string representing the input mesh in the OBJ file format | FString |