Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Describes the tracked plane orientation
| Name | EARPlaneOrientation |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include Path | #include "ARTypes.h" |
Syntax
enum EARPlaneOrientation
{
Horizontal,
Vertical,
Diagonal,
}
Values
| Name | Remarks |
|---|---|
| Horizontal | |
| Vertical | |
| Diagonal | For AR systems that can match planes to slopes |