UMagicLeapLightingTrackingComponent::TickComponent

Polls for data from the camera array and processes it based on the active modes (UseGlobalAmbience, UseColorTemp, ...).

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::TickComponent()

UMagicLeapLightingTrackingComponent::TickComponent()

References

Module

MagicLeapLightEstimation

Header

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

Include

#include "LightingTrackingComponent.h"

Source

/Engine/Plugins/Lumin/MagicLeapLightEstimation/Source/MagicLeapLightEstimation/Private/LightingTrackingComponent.cpp

Syntax

virtual void TickComponent
(
    float DeltaTime,
    enum ELevelTick TickType,
    FActorComponentTickFunction * ThisTickFunction
)

Remarks

Polls for data from the camera array and processes it based on the active modes (UseGlobalAmbience, UseColorTemp, ...).

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