Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Description
Evaluates a subject for a specific role. 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.
| Name | EvaluateFrameAtWorldTime_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool EvaluateFrameAtWorldTime_AnyThread
(
FLiveLinkSubjectName SubjectName,
double WorldTime,
TSubclassOf < ULiveLinkRole > DesiredRole,
FLiveLinkSubjectFrameData & OutFrame
)
True if a frame data was calculated.