Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include | #include "ARTypes.h" |
Syntax
struct FARSessionStatus
Remarks
The current state of the AR subsystem including an optional explanation string.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AdditionalInfo | Optional information about the current status of the system. | |
| EARSessionStatus | Status | The current status of the AR subsystem. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FARSessionStatus
(
EARSessionStatus InStatus, |