FLiveLinkInstanceProxy::PreUpdate

Called before update so we can copy any data we need

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FAnimInstanceProxy::PreUpdate()

FLiveLinkInstanceProxy::PreUpdate()

References

Module

LiveLinkAnimationCore

Header

/Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkInstance.h

Include

#include "LiveLinkInstance.h"

Source

/Engine/Source/Runtime/LiveLinkAnimationCore/Private/LiveLinkInstance.cpp

Syntax

virtual void PreUpdate
(
    UAnimInstance * InAnimInstance,
    float DeltaSeconds
)

Remarks

Called before update so we can copy any data we need