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