ULiveLinkComponent::GetSubjectDataAtSceneTime

Returns a handle to the frame of data in LiveLink for a given subject at the specified time along with a boolean for whether a frame was found.

Windows
MacOS
Linux

Deprecated

  • GetSubjectDataAtSceneTime is deprecated, use EvaluateLiveLinkFrameAtSceneTime.

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="LiveLink",
          Meta=(DeprecatedFunction, DeprecationMessage="GetSubjectDataAtSceneTime is deprecated, use EvaluateLiveLinkFrameAtSceneTime."))
void GetSubjectDataAtSceneTime
(
    const FName SubjectName,
    const FTimecode & SceneTime,
    bool & bSuccess,
    FSubjectFrameHandle & SubjectFrameHandle
)

Remarks

Returns a handle to the frame of data in LiveLink for a given subject at the specified time along with a boolean for whether a frame was found. Returns a handle to an empty frame if no frame of data is found.

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