Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
Include |
#include "LiveLinkTypes.h" |
struct FLiveLinkBaseFrameData
Base data structure for each frame coming in for a subject @note subclass can't contains reference to UObject
Name | Description | ||
---|---|---|---|
|
ArrivalTime |
Time at which this frame was received - populated once inside pipeline |
|
|
FrameId |
This frame identifier - populated once inside pipeline |
|
|
MetaData |
Frame's metadata. |
|
|
TArray< float > |
PropertyValues |
Values of the properties defined in the static structure. |
|
WorldTime |
Time in seconds the frame was created. |
Name | Description | ||
---|---|---|---|
|
FLiveLinkTim... |
GetLiveLinkTime() |
Return the LiveLinkTime struct constructed from this frame data. |