Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/Remapper
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkSubjectRemapper
- ULiveLinkSkeletonRemapper
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/Remapper/LiveLinkSkeletonRemapper.h |
| Include | #include "Remapper/LiveLinkSkeletonRemapper.h" |
Syntax
UCLASS (Abstract)
class ULiveLinkSkeletonRemapper : public ULiveLinkSubjectRemapper
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< USkeletalMesh > | ReferenceSkeleton |
Overridden from ULiveLinkSubjectRemapper
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULiveLinkRole > | Get what role is supported by this remapper. | ||
| void | Initialize
(
const FLiveLinkSubjectKey& SubjectKey |
Called to initialize the remapper with information from the subject that owns the remapper. | |
| bool | Retuns whether the remapper can currently be used for remapping. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |