Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Description
Return the evaluated subject snapshot for a specific role. The subject may go through a translator to get the desired role's frame data.
This will always return the same value for a specific frame.
| Name | EvaluateFrame_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool EvaluateFrame_AnyThread
(
FLiveLinkSubjectName SubjectName,
TSubclassOf < ULiveLinkRole > Role,
FLiveLinkSubjectFrameData & OutFrame
)
True if the snapshot is valid.