Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | UARBasicLightEstimate |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARLightEstimate.h |
| Include Path | #include "ARLightEstimate.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Category="AR AugmentedReality|Light Estimation")
class UARBasicLightEstimate : public UARLightEstimate
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARLightEstimate → UARBasicLightEstimate
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AmbientColor | FLinearColor | ARLightEstimate.h | ||
| AmbientColorTemperatureKelvin | float | ARLightEstimate.h | ||
| AmbientIntensityLumens | float | ARLightEstimate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor GetAmbientColor() |
ARLightEstimate.h |
|
|
float GetAmbientColorTemperatureKelvin() |
ARLightEstimate.h |
|
|
float GetAmbientIntensityLumens() |
ARLightEstimate.h |
|
|
void SetLightEstimate
(
float InAmbientIntensityLumens, |
ARLightEstimate.h | ||
void SetLightEstimate
(
FVector InRGBScaleFactor, |
ARLightEstimate.h | ||
void SetLightEstimate
(
float InColorTemperatureKelvin, |
ARLightEstimate.h |