ULiveLinkBlueprintLibrary::EvaluateLiveLinkFrameWithSpecificRole

Fetches a frame on a subject for a specific role. Output is evaluated based on the role

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=(DisplayName="EvaluateLiveLinkFrame", CustomStructureParam="OutBlueprintData", BlueprintInternalUseOnly="true", AllowAbstract="false"))
static bool EvaluateLiveLinkFrameWithSpecificRole
(
    FLiveLinkSubjectName SubjectName,
    TSubclassOf< ULiveLinkRole > Role,
    FLiveLinkBaseBlueprintData & OutBlueprintData
)

Remarks

Fetches a frame on a subject for a specific role. 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