unreal.ARObjectClassification

class unreal.ARObjectClassification

Bases: unreal.EnumBase

Indicates what type of object the scene understanding system thinks it is

C++ Source:

  • Module: AugmentedReality

  • File: ARTypes.h

CEILING

A horizontal plane that is the ceiling

Type

3

DOOR

A door

Type

12

FACE

A human face

Type

7

FLOOR

A horizontal plane that is the floor

Type

4

HAND_MESH

A user’s hand

Type

11

IMAGE

A recognized image in the scene

Type

8

NOT_APPLICABLE

Not applicable to scene understanding

Type

0

SCENE_OBJECT

A closed mesh that was identified in the scene

Type

10

SEAT

A horizontal plane that is a seat

Type

6

TABLE

A horizontal plane that is a table

Type

5

UNKNOWN

Scene understanding doesn’t know what this is

Type

1

WALL

A vertical plane that is a wall

Type

2

WINDOW

A window

Type

13

WORLD

A chunk of mesh that does not map to a specific object type but is seen by the AR system

Type

9