Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Indicates what type of object the scene understanding system thinks it is
| Name | EARObjectClassification |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include Path | #include "ARTypes.h" |
Syntax
enum EARObjectClassification
{
NotApplicable,
Unknown,
Wall,
Ceiling,
Floor,
Table,
Seat,
Face,
Image,
World,
SceneObject,
HandMesh,
Door,
Window,
}
Values
| Name | Remarks |
|---|---|
| NotApplicable | Not applicable to scene understanding |
| Unknown | Scene understanding doesn't know what this is |
| Wall | A vertical plane that is a wall |
| Ceiling | A horizontal plane that is the ceiling |
| Floor | A horizontal plane that is the floor |
| Table | A horizontal plane that is a table |
| Seat | A horizontal plane that is a seat |
| Face | A human face |
| Image | A recognized image in the scene |
| World | A chunk of mesh that does not map to a specific object type but is seen by the AR system |
| SceneObject | A closed mesh that was identified in the scene |
| HandMesh | A user's hand |
| Door | A door |
| Window | A window |