Navigation
API > API/Plugins > API/Plugins/MeshFileUtils
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
| Name | UE::MeshFileUtils::ELoadOBJStatus |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/MeshFileUtils/Public/OBJMeshUtil.h |
| Include Path | #include "OBJMeshUtil.h" |
Syntax
namespace UE
{
namespace MeshFileUtils
{
enum ELoadOBJStatus
{
InvalidPath,
Success,
}
}
}
Values
| Name | Remarks |
|---|---|
| InvalidPath | |
| Success |