FLiveLinkInstanceProxy::Evaluate

Evaluate override point the node graph will not be evaluated if this function returns true

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FAnimInstanceProxy::Evaluate()

FLiveLinkInstanceProxy::Evaluate()

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 bool Evaluate
(
    FPoseContext & Output
)

Remarks

Evaluate override point

the node graph will not be evaluated if this function returns true

Returns

true if this function is implemented, false otherwise.