Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Inheritance Hierarchy
- ILiveLinkSubjectRemapperWorker
- FLiveLinkSkeletonRemapperWorker
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSubjectRemapper.h |
| Include | #include "LiveLinkSubjectRemapper.h" |
Syntax
class ILiveLinkSubjectRemapperWorker
Remarks
Basic object to transform incoming static and frame data for a subject.
Can be called from any thread.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RemapFrameData
(
const FLiveLinkStaticDataStruct& InStaticData, |
Remap the frame data of a subject. | |
| void | RemapStaticData
(
FLiveLinkStaticDataStruct& InOutStaticData |
Remap the static data of a subject. Can be used to modify bone names and bone parents. |