Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Description
Register for when a frame has been validated, added and ready to be used. If provided, OutStaticData may be invalid if the Subject has not received Static Data, or if the static data has not been processed yet.
| Name | RegisterForSubjectFrames |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool RegisterForSubjectFrames
(
FLiveLinkSubjectName SubjectName,
const FOnLiveLinkSubjectStaticDataAdded::FDelegate & OnStaticDataAdded,
const FOnLiveLinkSubjectFrameDataAdded::FDelegate & OnFrameDataAddedd,
FDelegateHandle & OutStaticDataAddedHandle,
FDelegateHandle & OutFrameDataAddeddHandle,
TSubclassOf < ULiveLinkRole > & OutSubjectRole,
FLiveLinkStaticDataStruct * OutStaticData
)
True if the subject was found and the delegates were registered. False otherwise.