Navigation
API > API/Runtime > API/Runtime/LiveLinkAnimationCore
Inheritance Hierarchy
- FAnimInstanceProxy
- FLiveLinkInstanceProxy
References
| Module | LiveLinkAnimationCore |
| Header | /Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkInstance.h |
| Include | #include "LiveLinkInstance.h" |
Syntax
struct FLiveLinkInstanceProxy : public FAnimInstanceProxy
Remarks
Proxy override for this UAnimInstance-derived class
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_LiveLinkPose | PoseNode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkInstanceProxy
(
UAnimInstance* InAnimInstance |
Overridden from FAnimInstanceProxy
| Type | Name | Description | |
|---|---|---|---|
| bool | Evaluate
(
FPoseContext& Output |
Evaluate override point | |
| void | Initialize
(
UAnimInstance* InAnimInstance |
Called when our anim instance is being initialized | |
| void | PreUpdate
(
UAnimInstance* InAnimInstance, |
Called before update so we can copy any data we need | |
| void | UpdateAnimationNode
(
const FAnimationUpdateContext& InContext |
Updates the anim graph |