ULiveLinkLightController::Tick

Function called every frame with the data evaluated by the component.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ULiveLinkControllerBase::Tick()

ULiveLinkLightController::Tick()

References

Module

LiveLinkComponents

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/Controllers/LiveLinkLightController.h

Include

#include "Controllers/LiveLinkLightController.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Private/Controllers/LiveLinkLightController.cpp

Syntax

virtual void Tick
(
    float DeltaTime,
    const FLiveLinkSubjectFrameData & SubjectData
)

Remarks

Function called every frame with the data evaluated by the component.