Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Gives feedback as to whether the AR data can be saved and relocalized or not
| Name | EARWorldMappingState |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include Path | #include "ARTypes.h" |
Syntax
enum EARWorldMappingState
{
NotAvailable,
StillMappingNotRelocalizable,
StillMappingRelocalizable,
Mapped,
}
Values
| Name | Remarks |
|---|---|
| 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 |