UGoogleARCoreFrameFunctionLibrary::GetLightEstimation

Gets the latest light estimation.

Windows
MacOS
Linux

Deprecated

  • This function is deprecated, use GetCurrentLightEstimate.

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreFunctionLibrary.h

Include

#include "GoogleARCoreFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="GoogleARCore|LightEstimation",
          Meta=(Keywords="googlear arcore light ambient", DeprecatedFunction, DeprecationMessage="This function is deprecated, use GetCurrentLightEstimate."))
static void GetLightEstimation
(
    FGoogleARCoreLightEstimate & OutLightEstimate
)

Remarks

Gets the latest light estimation.

Parameters

Parameter

Description

OutLightEstimate

The struct that describes the latest light estimation.

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