unreal.GoogleARCoreLightEstimate¶
- class unreal.GoogleARCoreLightEstimate(is_valid: bool = False, pixel_intensity: float = 0.0, rgb_scale_factor: Vector = Ellipsis)¶
Bases:
StructBaseA struct describes the ARCore light estimation.
C++ Source:
Plugin: GoogleARCore
Module: GoogleARCoreBase
File: GoogleARCoreTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
is_valid(bool): [Read-Write] Whether this light estimation is valid.pixel_intensity(float): [Read-Write] The average pixel intensity of the passthrough camera image.rgb_scale_factor(Vector): [Read-Write] The RGB scale to match the color of the light in the real environment.