Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/ULiveLinkComponent
References
Module | LiveLink |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkComponent.h |
Include | #include "LiveLinkComponent.h" |
Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkComponent.cpp |
UFUNCTION (BlueprintCallable, Category="LiveLink",
Meta=(DeprecatedFunction, DeprecationMessage="GetSubjectData is deprecated, EvaluateLiveLinkFrame."))
void GetSubjectData
(
const FName SubjectName,
bool & bSuccess,
FSubjectFrameHandle & SubjectFrameHandle
)
Remarks
Returns a handle to the current frame of data in LiveLink for a given subject along with a boolean for whether a frame was found. Returns a handle to an empty frame if no frame of data is found.