Rename MeshSurfaces to MeshSurfaceIndexes for clarity

This commit is contained in:
Magnus Norddahl 2023-09-02 12:34:00 +02:00
commit 1e47db3cf3
4 changed files with 7 additions and 7 deletions

View file

@ -205,7 +205,7 @@ public:
TArray<FVector3> MeshVertices;
TArray<int> MeshUVIndex;
TArray<uint32_t> MeshElements;
TArray<int> MeshSurfaces;
TArray<int> MeshSurfaceIndexes;
TArray<SurfaceInfo> surfaceInfo;
TArray<PortalInfo> portalInfo;