FLiveLinkClient::EvaluateFrame_AnyThread

Return the evaluated subject snapshot for a specific role.

Windows
MacOS
Linux

Override Hierarchy

ILiveLinkClient::EvaluateFrame_AnyThread()

FLiveLinkClient::EvaluateFrame_AnyThread()

References

Module

LiveLink

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkClient.h

Include

#include "LiveLinkClient.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkClient.cpp

Syntax

virtual bool EvaluateFrame_AnyThread
(
    FLiveLinkSubjectName SubjectName,
    TSubclassOf< ULiveLinkRole > Role,
    FLiveLinkSubjectFrameData & OutFrame
)

Remarks

Return the evaluated subject snapshot for a specific role. The subject may go through a translator to get the desired role's frame data.

Returns

True if the snapshot is valid. @note This will always return the same value for a specific frame.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss