FLiveLinkClient::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

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

Syntax

virtual 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. If provided, OutStaticData may be invalid if the Subject has not received Static Data, or if the static data has not been processed yet.

Returns

True if the subject was found and the delegates were registered. False otherwise.

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