ULiveLinkRetargetAsset::BuildPoseAndCurveFromBaseData

Build OutPose and OutCurve from the basic data. Called for every type of subjects.

Windows
MacOS
Linux

Override Hierarchy

ULiveLinkRetargetAsset::BuildPoseAndCurveFromBaseData()

ULiveLinkRemapAsset::BuildPoseAndCurveFromBaseData()

References

Module

LiveLink

Header

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

Include

#include "LiveLinkRetargetAsset.h"

Syntax

virtual void BuildPoseAndCurveFromBaseData
(
    float DeltaTime,
    const FLiveLinkBaseStaticData * InBaseStaticData,
    const FLiveLinkBaseFrameData * InBaseFrameData,
    FCompactPose & OutPose,
    FBlendedCurve & OutCurve
)

Remarks

Build OutPose and OutCurve from the basic data. Called for every type of subjects.

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