Navigation
API > API/Runtime > API/Runtime/RawMesh > API/Runtime/RawMesh/FRawMesh
References
| Module | RawMesh |
| Header | /Engine/Source/Runtime/RawMesh/Public/RawMesh.h |
| Include | #include "RawMesh.h" |
| Source | /Engine/Source/Runtime/RawMesh/Private/RawMesh.cpp |
bool IsValidOrFixable() const
Remarks
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.