Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/FLiveLinkClient
- ILiveLinkClient::EvaluateFrameFromSource_AnyThread()
- FLiveLinkClient::EvaluateFrameFromSource_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 |
virtual 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.