Navigation
API > API/Plugins > API/Plugins/LiveLink
| Name | ULiveLinkSkeletonRemapper |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/Remapper/LiveLinkSkeletonRemapper.h |
| Include Path | #include "Remapper/LiveLinkSkeletonRemapper.h" |
Syntax
UCLASS (MinimalAPI, EditInlineNew)
class ULiveLinkSkeletonRemapper : public ULiveLinkSubjectRemapper
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkSubjectRemapper → ULiveLinkSkeletonRemapper
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ReferenceSkeleton | TSoftObjectPtr< USkeletalMesh > | Remapper/LiveLinkSkeletonRemapper.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Instance | TSharedPtr< FLiveLinkSkeletonRemapperWorker > | Instance of the remapper. | Remapper/LiveLinkSkeletonRemapper.h |