Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
| Include | #include "LiveLinkTypes.h" |
Syntax
struct FLiveLinkCurveIntegrationData
Remarks
Helper struct for updating curve data across multiple frames of live link data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FOptionalCurveElement > | CurveValues | Built curve buffer for current frame in existing curve key format. | |
| int32 | NumNewCurves | Number of new curves that need to be added to existing frames. |