Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/Remapper
Inheritance Hierarchy
- ILiveLinkSubjectRemapperWorker
- FLiveLinkSkeletonRemapperWorker
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/Remapper/LiveLinkSkeletonRemapper.h |
| Include | #include "Remapper/LiveLinkSkeletonRemapper.h" |
Syntax
class FLiveLinkSkeletonRemapperWorker : public ILiveLinkSubjectRemapperWorker
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FName > | BoneNameMap | Map used to provide new names for the bones in the static data. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetRemappedBoneName
(
FName BoneName |
||
| void | RemapSkeletonFrameData
(
const FLiveLinkSkeletonStaticData& InOutSkeletonData, |
||
| void | RemapSkeletonStaticData
(
FLiveLinkSkeletonStaticData& InOutSkeletonData |
Overridden from ILiveLinkSubjectRemapperWorker
| Type | Name | Description | |
|---|---|---|---|
| void | RemapFrameData
(
const FLiveLinkStaticDataStruct& InOutStaticData, |
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. |