Navigation
Unreal Engine C++ API Reference > Plugins > LiveLink > ULiveLinkComponent
Deprecated * GetSubjectDataAtWorldTime is deprecated, use EvaluateLiveLinkFrameAtWorldTime.
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&40;BlueprintCallable, Category&61;"LiveLink",
Meta&61;&40;DeprecatedFunction, DeprecationMessage&61;"GetSubjectDataAtWorldTime is deprecated, use EvaluateLiveLinkFrameAtWorldTime."&41;&41;
void GetSubjectDataAtWorldTime
&40;
const FName SubjectName,
const float WorldTime,
bool & bSuccess,
FSubjectFrameHandle & SubjectFrameHandle
&41;
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.