Remove unused MeshUVIndex array

This commit is contained in:
Magnus Norddahl 2023-09-30 22:58:37 +02:00
commit 925e0b114d
2 changed files with 0 additions and 7 deletions

View file

@ -181,7 +181,6 @@ public:
TArray<FVector3> MeshVertices;
TArray<FVector2> MeshVertexUVs;
TArray<int> MeshUVIndex;
TArray<uint32_t> MeshElements;
TArray<int> MeshSurfaceIndexes;