API reference
API reference
Select your platform
No SDKs available
No versions available

UMRUKRoomMesh Class

Extends UObject
Represents the complete mesh data for a room, including vertices and faces.

Fields

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