FGoogleARCoreLightEstimate
#include <GoogleARCoreTypes.h>
A struct describes the ARCore light estimation.
Summary
Public attributes |
|
---|---|
PixelIntensity
|
float
The average pixel intensity of the passthrough camera image.
|
RGBScaleFactor
|
FVector
The RGB scale to match the color of the light in the real environment.
|
bIsValid
|
bool
Whether this light estimation is valid.
|
Public attributes
PixelIntensity
float FGoogleARCoreLightEstimate::PixelIntensity
The average pixel intensity of the passthrough camera image.
RGBScaleFactor
FVector FGoogleARCoreLightEstimate::RGBScaleFactor
The RGB scale to match the color of the light in the real environment.
bIsValid
bool FGoogleARCoreLightEstimate::bIsValid
Whether this light estimation is valid.