Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/ULiveLinkBlueprintLibrary
Description
Fetches a frame on a subject for a specific role at a specified scene time (timecode). The Timecode should be at the frame rate as the engine timecode. Output is evaluated based on the role
| Name | EvaluateLiveLinkFrameAtSceneTime |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkBlueprintLibrary.h |
| Include Path | #include "LiveLinkBlueprintLibrary.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, CustomThunk, Category=LiveLink,
Meta=(CustomStructureParam="OutBlueprintData", BlueprintInternalUseOnly="true", AllowAbstract="false"))
static bool EvaluateLiveLinkFrameAtSceneTime
(
FLiveLinkSubjectName SubjectName,
TSubclassOf < ULiveLinkRole > Role,
FTimecode SceneTime,
FLiveLinkBaseBlueprintData & OutBlueprintData
)