Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
| Include | #include "LiveLinkTypes.h" |
Syntax
struct FLiveLinkFrame
Remarks
Store frame information for animation data
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FOptionalCurveElement > | Curves | ||
| FLiveLinkMetaData | MetaData | ||
| TArray< FTransform > | Transforms | ||
| FLiveLinkWorldTime | WorldTime |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ExtendCurveData
(
int32 ExtraCurves |