ULiveLinkRemapAsset

Remap asset for data coming from Live Link. Allows simple application of bone transforms into current pose based on name remapping only.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LiveLink

Header

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

Include

#include "LiveLinkRemapAsset.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Blueprintable)
class ULiveLinkRemapAsset : public ULiveLinkRetargetAsset

Remarks

Remap asset for data coming from Live Link. Allows simple application of bone transforms into current pose based on name remapping only.

Constructors

Name Description

Public function

ULiveLinkRemapAsset

(
    const FObjectInitializer& ObjectIn...
)

Destructors

Name Description

Public function Virtual

~ULiveLinkRemapAsset()

Functions

Name Description

Public function Const UFunction Category blueprintnativeevent

FName

 

GetRemappedBoneName

(
    FName BoneName
)

Blueprint Implementable function for getting a remapped bone name from the original

Public function Const UFunction Category blueprintnativeevent

FName

 

GetRemappedCurveName

(
    FName CurveName
)

Blueprint Implementable function for getting a remapped curve name from the original

Public function Const UFunction Category blueprintnativeevent

void

 

RemapCurveElements

(
    TMap< FName, float >& CurveItems
)

Blueprint Implementable function for remapping, adding or otherwise modifying the curve element data from Live Link.

Overridden from ULiveLinkRetargetAsset

Name Description

Public function Virtual

void

 

BuildPoseAndCurveFromBaseData

(
    float DeltaTime,
    const FLiveLinkBaseStaticData*...,
    const FLiveLinkBaseFrameData* ...,
    FCompactPose& OutPose,
    FBlendedCurve& OutCurve
)

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

Public function Virtual

void

 

BuildPoseFromAnimationData

(
    float DeltaTime,
    const FLiveLinkSkeletonStaticData&...,
    const FLiveLinkAnimationFrameData&...,
    FCompactPose& OutPose
)

Build OutPose from AnimationData if subject was from this type.

Overridden from UObject

Name Description

Public function Virtual

void

 

BeginDestroy()

Called before destroying the object.

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