Navigation
API > API/Runtime > API/Runtime/LiveLinkAnimationCore
| Name | ULiveLinkInstance |
| Type | class |
| Header File | /Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkInstance.h |
| Include Path | #include "LiveLinkInstance.h" |
Syntax
UCLASS (Transient, NotBlueprintable, MinimalAPI)
class ULiveLinkInstance : public UAnimInstance
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimInstance → ULiveLinkInstance
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnableLiveLinkEvaluation
(
bool bDoEnable |
LiveLinkInstance.h |
|
|
bool GetEnableLiveLinkEvaluation() |
LiveLinkInstance.h | ||
void SetRetargetAsset
(
TSubclassOf< ULiveLinkRetargetAsset > RetargetAsset |
LiveLinkInstance.h |
|
|
void SetSubject
(
FLiveLinkSubjectName SubjectName |
LiveLinkInstance.h |
|
Protected
Overridden from UAnimInstance
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FAnimInstanceProxy * CreateAnimInstanceProxy() |
LiveLinkInstance.h | ||
virtual void DestroyAnimInstanceProxy
(
FAnimInstanceProxy* InProxy |
LiveLinkInstance.h |