Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Options for how environment textures are generated. This feature is used by ARKit.
| Name | EAREnvironmentCaptureProbeType |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h |
| Include Path | #include "ARSessionConfig.h" |
Syntax
enum EAREnvironmentCaptureProbeType
{
None,
Manual,
Automatic,
}
Values
| Name | Remarks |
|---|---|
| None | Disables environment texture generation. |
| Manual | The app specifies where the environment capture probes are located and their size. |
| Automatic | The AR system automatically creates and places the environment capture probes. |