Faces
: TArray< FMRUKRoomFace > |
List of all faces that make up the room mesh, each containing indices into the Vertices list.
Signature
TArray<FMRUKRoomFace> UMRUKRoomMesh::Faces |
Vertices
: TArray< FVector > |
List of all vertices that make up the room mesh.
Signature
TArray<FVector> UMRUKRoomMesh::Vertices |