Navigation
API > API/Plugins > API/Plugins/LiveLink
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkSubject.h |
| Include | #include "LiveLinkSubject.h" |
Syntax
struct FLiveLinkTimeSynchronizationData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasEstablishedSync | Whether or not synchronization has been established. | |
| int32 | Offset | Frame offset that will be used for this source. | |
| int32 | RolloverFrame | The frame in our buffer where a rollover was detected. Only applicable for time synchronized sources. | |
| TOptional< FFrameTime > | RolloverModulus | Frame Time value modulus. When this value is not set, we assume no rollover occurs. | |
| FFrameRate | SyncFrameRate | Frame rate used as the base for synchronization. | |
| FFrameTime | SyncStartTime | Frame time that synchronization was established (relative to SynchronizationFrameRate). |