ILiveLinkClient::RegisterForSubjectFrames

Register for when a frame has been validated, added and ready to be used.

Windows
MacOS
Linux

Override Hierarchy

ILiveLinkClient::RegisterForSubjectFrames()

FLiveLinkClient::RegisterForSubjectFrames()

References

Module

LiveLinkInterface

Header

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

Include

#include "ILiveLinkClient.h"

Syntax

bool RegisterForSubjectFrames
(
    FLiveLinkSubjectName SubjectName,
    const FOnLiveLinkSubjectStaticDataAdded::FDelegate & OnStaticDataAdded,
    const FOnLiveLinkSubjectFrameDataAdded::FDelegate & OnFrameDataAddedd,
    FDelegateHandle & OutStaticDataAddedHandle,
    FDelegateHandle & OutFrameDataAddeddHandle,
    TSubclassOf< ULiveLinkRole > & OutSubjectRole,
    FLiveLinkStaticDataStruct * OutStaticData
)

Remarks

Register for when a frame has been validated, added and ready to be used.

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