Navigation
API > API/Plugins > API/Plugins/MeshFileUtils
References
| Module | MeshFileUtils |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/MeshFileUtils/Public/OBJMeshUtil.h |
| Include | #include "OBJMeshUtil.h" |
Syntax
struct FWriteOBJSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bReverseOrientation | If true reverses the orientation of the faces. | |
| bool | bWritePerVertexColors | Whether to write per-vertex colors (when available) | |
| bool | bWritePerVertexValues | If true will attempt to write the per-vertex normals and UVs to the OBJ instead of the per-element values. |