Navigation
API > API/Runtime > API/Runtime/LiveLinkAnimationCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimInstance
- ULiveLinkInstance
References
| Module | LiveLinkAnimationCore |
| Header | /Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkInstance.h |
| Include | #include "LiveLinkInstance.h" |
Syntax
class ULiveLinkInstance : public UAnimInstance
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< ULiveLinkRetargetAsset > | CurrentRetargetAsset | Cache for GC. | |
| friend | FLiveLinkInstanceProxy |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetRetargetAsset
(
TSubclassOf< ULiveLinkRetargetAsset > RetargetAsset |
||
| void | SetSubject
(
FLiveLinkSubjectName SubjectName |
Overridden from UAnimInstance
| Type | Name | Description | |
|---|---|---|---|
| FAnimInstanceProxy * | Override point for derived classes to create their own proxy objects (allows custom allocation) | ||
| void | DestroyAnimInstanceProxy
(
FAnimInstanceProxy* InProxy |
Override point for derived classes to destroy their own proxy objects (allows custom allocation) |