Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARBasicLightEstimate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetLightEstimate
(
float InAmbientIntensityLumens, |
ARLightEstimate.h | ||
void SetLightEstimate
(
FVector InRGBScaleFactor, |
ARLightEstimate.h | ||
void SetLightEstimate
(
float InColorTemperatureKelvin, |
ARLightEstimate.h |
SetLightEstimate(float, float)
| Name | SetLightEstimate |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARLightEstimate.h |
| Include Path | #include "ARLightEstimate.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARLightEstimate.cpp |
void SetLightEstimate
(
float InAmbientIntensityLumens,
float InColorTemperatureKelvin
)
SetLightEstimate(FVector, float)
| Name | SetLightEstimate |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARLightEstimate.h |
| Include Path | #include "ARLightEstimate.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARLightEstimate.cpp |
void SetLightEstimate
(
FVector InRGBScaleFactor,
float InPixelIntensity
)
SetLightEstimate(float, FLinearColor)
| Name | SetLightEstimate |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARLightEstimate.h |
| Include Path | #include "ARLightEstimate.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARLightEstimate.cpp |
void SetLightEstimate
(
float InColorTemperatureKelvin,
FLinearColor InAmbientColor
)