FARSessionStatus

The current state of the AR subsystem including an optional explanation string.

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

AdditionalInfo

Optional information about the current status of the system.

Public variable

EARSessionStatu...

 

Status

The current status of the AR subsystem.

Constructors

Name Description

Public function

FARSessionStatus()

Public function

FARSessionStatus

(
    EARSessionStatus InStatus,
    FString InExtraInfo
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss