FLiveLinkWorldTime

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h

Include

#include "LiveLinkTypes.h"

Syntax

struct FLiveLinkWorldTime

Constructors

Name Description

Public function

FLiveLinkWorldTime()

Public function

FLiveLinkWorldTime

(
    const double InTime
)

Public function

FLiveLinkWorldTime

(
    const double InTime,
    const double InOffset
)

Functions

Name Description

Public function Const

double

 

GetOffset()

Returns offset between source time and engine time.

Public function Const

double

 

GetOffsettedTime()

Returns the time + the adjustment between source clock and engine clock to have a time comparable to engine one.

Public function Const

double

 

GetSourceTime()

Returns the raw time received from the sender.

Public function

void

 

SetClockOffset

(
    double ClockOffset
)

Adjust clock offset with a better evaluation of the difference between source clock and engine clock.

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