Navigation
API > API/Runtime > API/Runtime/RawMesh > API/Runtime/RawMesh/FRawMesh
Description
Returns true if the mesh contains valid information or slightly invalid information that we can fix.
- Validates that stream sizes match.
- Validates that there is at least one texture coordinate.
- Validates that indices are valid positions in the vertex stream.
| Name | IsValidOrFixable |
| Type | function |
| Header File | /Engine/Source/Runtime/RawMesh/Public/RawMesh.h |
| Include Path | #include "RawMesh.h" |
| Source | /Engine/Source/Runtime/RawMesh/Private/RawMesh.cpp |
bool IsValidOrFixable() const