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