ILiveLinkClient::RegisterForFrameDataReceived

Register for when a frame data was received.

Windows
MacOS
Linux

Override Hierarchy

ILiveLinkClient::RegisterForFrameDataReceived()

FLiveLinkClient::RegisterForFrameDataReceived()

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h

Include

#include "ILiveLinkClient.h"

Syntax

void RegisterForFrameDataReceived
(
    const FLiveLinkSubjectKey & InSubjectKey,
    const FOnLiveLinkSubjectStaticDataReceived::FDelegate & OnStaticDataReceived_AnyThread,
    const FOnLiveLinkSubjectFrameDataReceived::FDelegate & OnFrameDataReceived_AnyThread,
    FDelegateHandle & OutStaticDataReceivedHandle,
    FDelegateHandle & OutFrameDataReceivedHandleconst
)

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss