Navigation
API > API/Runtime > API/Runtime/AugmentedReality
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