unreal.ARServiceInstallRequestResult¶
- class unreal.ARServiceInstallRequestResult¶
Bases:
EnumBaseEARService Install Request Result
C++ Source:
Module: AugmentedReality
File: ARDependencyHandler.h
- DEVICE_NOT_COMPATIBLE: ARServiceInstallRequestResult = Ellipsis¶
The device is not capable of running the AR service
- Type:
1
- FATAL_ERROR: ARServiceInstallRequestResult = Ellipsis¶
Other error while installing the AR service
- Type:
3
- INSTALLED: ARServiceInstallRequestResult = Ellipsis¶
AR service is installed
- Type:
0
- USER_DECLINED_INSTALLATION: ARServiceInstallRequestResult = Ellipsis¶
The user declined the request to install the AR service
- Type:
2