ULiveLinkBlueprintLibrary::EvaluateLiveLinkFrameAtWorldTimeOffset

Fetches a frame on a subject for a specific role at an offset from the application current time.

Windows
MacOS
Linux

References

Module

LiveLink

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkBlueprintLibrary.h

Include

#include "LiveLinkBlueprintLibrary.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, CustomThunk, Category=LiveLink,
          Meta=(CustomStructureParam="OutBlueprintData", BlueprintInternalUseOnly="true", AllowAbstract="false"))
static bool EvaluateLiveLinkFrameAtWorldTimeOffset
(
    FLiveLinkSubjectName SubjectName,
    TSubclassOf< ULiveLinkRole > Role,
    float WorldTimeOffset,
    FLiveLinkBaseBlueprintData & OutBlueprintData
)

Remarks

Fetches a frame on a subject for a specific role at an offset from the application current time. Output is evaluated based on the role

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