IMagicLeapLightEstimationPlugin::GetColorTemperatureState

Gets information about the color temperature state.

Windows
MacOS
Linux

References

Module

MagicLeapLightEstimation

Header

/Engine/Plugins/Lumin/MagicLeapLightEstimation/Source/MagicLeapLightEstimation/Public/IMagicLeapLightEstimationPlugin.h

Include

#include "IMagicLeapLightEstimationPlugin.h"

Syntax

bool GetColorTemperatureState
(
    FMagicLeapLightEstimationColorTemperatureState & ColorTemperatureState
) const

Remarks

Gets information about the color temperature state. @note Capturing images or video will stop the lighting information update, causing the retrieved data to be stale (old timestamps).

Returns

true if the color temperature state was succesfully retrieved.

Parameters

Parameter

Description

ColorTemperatureState

Output param containing the information about the color temperature. Valid only if return value of function is true.

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