EAREnvironmentCaptureProbeType

Tells the AR system what type of environmental texture capturing to perform

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h

Include

#include "ARSessionConfig.h"

Syntax

enum EAREnvironmentCaptureProbeType
{
    None,
    Manual,
    Automatic,
}

Values

Name

Description

None

No capturing will happen

Manual

Capturing will be manual with the app specifying where the probes are and their size

Automatic

Capturing will be automatic with probes placed by the AR system

Remarks

Tells the AR system what type of environmental texture capturing to perform

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