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
namespace UE
{
namespace MeshFileUtils
{
enum ELoadOBJStatus
{
InvalidPath,
Success,
}
}
}
Values
| Name | Description |
|---|---|
| InvalidPath | |
| Success |
Remarks
Developer utilities for managing Wavefront OBJ format mesh files Intended for debugging and for use in tests and utilities; may not support every OBJ file format feature