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