FGoogleARCoreLightEstimate

A struct describes the ARCore light estimation.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h

Include

#include "GoogleARCoreTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FGoogleARCoreLightEstimate

Remarks

A struct describes the ARCore light estimation.

Variables

Name Description

Public variable UProperty Category BlueprintReadOnly

bool

 

bIsValid

Whether this light estimation is valid.

Public variable UProperty Category BlueprintReadOnly

float

 

PixelIntensity

The average pixel intensity of the passthrough camera image.

Public variable UProperty Category BlueprintReadOnly

FVector

 

RGBScaleFactor

The RGB scale to match the color of the light in the real environment.

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