Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
- ILiveLinkClient::EvaluateFrameFromSource_AnyThread()
- FLiveLinkClient::EvaluateFrameFromSource_AnyThread()
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include | #include "ILiveLinkClient.h" |
bool EvaluateFrameFromSource_AnyThread
&40;
const FLiveLinkSubjectKey & SubjectKey,
TSubclassOf< ULiveLinkRole > Role,
FLiveLinkSubjectFrameData & OutFrame
&41;
Remarks
Return the evaluated subject from a specific source snapshot for a specific role. A subject could have to go through a translator to output in the desired role.
This will always return the same value for a specific frame.
The prefer method is EvaluateFrame_AnyThread this method should be used for diagnostic or replication.