This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
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 |