ILiveLinkClient::EvaluateFrameAtSceneTime_AnyThread

Evaluates a subject for a specific role at a scene time.

Windows
MacOS
Linux

Override Hierarchy

ILiveLinkClient::EvaluateFrameAtSceneTime_AnyThread()

FLiveLinkClient::EvaluateFrameAtSceneTime_AnyThread()

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h

Include

#include "ILiveLinkClient.h"

Syntax

bool EvaluateFrameAtSceneTime_AnyThread
(
    FLiveLinkSubjectName SubjectName,
    const FQualifiedFrameTime & SceneTime,
    TSubclassOf< ULiveLinkRole > DesiredRole,
    FLiveLinkSubjectFrameData & OutFrame
)

Remarks

Evaluates a subject for a specific role at a scene time. The subject may go through a translator to get the desired role's frame data. If it's a virtual subject EvaluateFrame_AnyThread will be used instead.

This value is not cached.

Returns

True if a frame data was calculated.

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