EARWorldMappingState

Gives feedback as to whether the AR data can be saved and relocalized or not

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

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

Include

#include "ARTypes.h"

Syntax

enum EARWorldMappingState
{
    NotAvailable,
    StillMappingNotRelocalizable,
    StillMappingRelocalizable,
    Mapped,
}

Values

Name

Description

NotAvailable

World mapping is not available

StillMappingNotRelocalizable

World mapping is still in progress but without enough data for relocalization

StillMappingRelocalizable

World mapping is still in progress but there is enough data captured for relocalization

Mapped

World mapping has mapped the area and is fully relocalizable

Remarks

Gives feedback as to whether the AR data can be saved and relocalized or not

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