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