Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
A struct describes the ARCore light estimation.
| Name | FGoogleARCoreLightEstimate |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h |
| Include Path | #include "GoogleARCoreTypes.h" |
Syntax
struct FGoogleARCoreLightEstimate
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsValid | bool | Whether this light estimation is valid. | GoogleARCoreTypes.h | |
| PixelIntensity | float | The average pixel intensity of the passthrough camera image. | GoogleARCoreTypes.h | |
| RGBScaleFactor | FVector | The RGB scale to match the color of the light in the real environment. | GoogleARCoreTypes.h |