Rename MeshSurfaces to MeshSurfaceIndexes for clarity
This commit is contained in:
parent
44c75fb9a7
commit
1e47db3cf3
4 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue