EARObjectClassification

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

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h

Include

#include "ARTypes.h"

Syntax

enum EARObjectClassification
{
    NotApplicable,
    Unknown,
    Wall,
    Ceiling,
    Floor,
    Table,
    Seat,
    Face,
    Image,
    World,
    SceneObject,
    HandMesh,
}

Values

Name

Description

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

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss