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 |
Functions
Public
Overridden from ULiveLinkSubjectRemapper
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FWorkerSharedPtr CreateWorker() |
Remapper/LiveLinkSkeletonRemapper.h | ||
virtual TSubclassOf< ULiveLinkRole > GetSupportedRole() |
Remapper/LiveLinkSkeletonRemapper.h | ||
virtual FWorkerSharedPtr GetWorker() |
Remapper/LiveLinkSkeletonRemapper.h | ||
virtual void Initialize
(
const FLiveLinkSubjectKey& SubjectKey |
Remapper/LiveLinkSkeletonRemapper.h | ||
virtual bool IsValidRemapper() |
Remapper/LiveLinkSkeletonRemapper.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Remapper/LiveLinkSkeletonRemapper.h |