UARBasicLightEstimate

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARLightEstimate.h

Include

#include "ARLightEstimate.h"

Syntax

class UARBasicLightEstimate : public UARLightEstimate

Functions

Name Description

Public function Const

FLinearColor

 

GetAmbientColor()

Public function Const

float

 

GetAmbientColorTemperatureKelvin()

Public function Const

float

 

GetAmbientIntensityLumens()

Public function

void

 

SetLightEstimate

(
    float InAmbientIntensityLumens,
    float InColorTemperatureKelvin
)

Public function

void

 

SetLightEstimate

(
    FVector InRGBScaleFactor,
    float InPixelIntensity
)

Public function

void

 

SetLightEstimate

(
    float InColorTemperatureKelvin,
    FLinearColor InAmbientColor
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss