Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/FLiveLinkClient
- ILiveLinkClient::RegisterForFrameDataReceived()
- FLiveLinkClient::RegisterForFrameDataReceived()
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 void RegisterForFrameDataReceived
&40;
const FLiveLinkSubjectKey & InSubjectKey,
const FOnLiveLinkSubjectStaticDataReceived::FDelegate & OnStaticDataReceived_AnyThread,
const FOnLiveLinkSubjectFrameDataReceived::FDelegate & OnFrameDataReceived_AnyThread,
FDelegateHandle & OutStaticDataReceivedHandle,
FDelegateHandle & OutFrameDataReceivedHandleconst
&41;
Remarks
Register for when a frame data was received. This will be called as soon as it is received. It has not been validated or added. The frame is not ready to be used. The callback may be call on any thread.