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

FMRUKRoomFace Struct

Represents a face in the room mesh, containing information about its geometry and semantic classification.

Fields

Indices : TArray< int >
List of indices into the vertices array that define this face's geometry. Each 3 consecutive indices represent a triangle in the mesh.
Signature
TArray<int> FMRUKRoomFace::Indices
ParentUuid : FOculusXRUUID
Unique identifier of the parent object this face belongs to.
Signature
FOculusXRUUID FMRUKRoomFace::ParentUuid
SemanticClassification : FString
The semantic classification of this face (e.g., FLOOR, WALL, CEILING).
Signature
FString FMRUKRoomFace::SemanticClassification
Unique identifier for this face in the room mesh.
Signature
FOculusXRUUID FMRUKRoomFace::Uuid