Navigation
Unreal Engine C++ API Reference > Runtime > LiveLinkInterface
References
Module | LiveLinkInterface |
Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
Include | #include "LiveLinkTypes.h" |
Syntax
USTRUCT ()
struct FLiveLinkWorldTime
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FLiveLinkWorldTime
(
const double InTime |
||
![]() |
FLiveLinkWorldTime
(
const double InTime, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
double | GetOffset () |
Returns offset between source time and engine time. |
![]() ![]() |
double | Returns the time + the adjustment between source clock and engine clock to have a time comparable to engine one. | |
![]() ![]() |
double | Returns the raw time received from the sender. | |
![]() |
void | SetClockOffset
(
double ClockOffset |
Adjust clock offset with a better evaluation of the difference between source clock and engine clock. |