Navigation
API > API/Runtime > API/Runtime/LiveLinkMessageBusFramework
References
| Module | LiveLinkMessageBusFramework |
| Header | /Engine/Source/Runtime/LiveLinkMessageBusFramework/Public/LiveLinkProviderImpl.h |
| Include | #include "LiveLinkProviderImpl.h" |
Syntax
struct FTrackedSubject
Remarks
Subject that the application has told us about.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FLiveLinkCurveElement > | Curves | Curve data. | |
| FLiveLinkMetaData | MetaData | MetaData for subject. | |
| FLiveLinkRefSkeleton | RefSkeleton | Ref skeleton to go with transform data. | |
| double | Time | Incrementing time (application time) for interpolation purposes. | |
| TArray< FTransform > | Transforms | Bone transform data. |