UARLiveLinkRetargetAsset

Platform agnostic live link retarget asset

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ARUtilities

Header

/Engine/Plugins/Runtime/AR/ARUtilities/Source/ARUtilities/Public/ARLiveLinkRetargetAsset.h

Include

#include "ARLiveLinkRetargetAsset.h"

Syntax

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

Remarks

Platform agnostic live link retarget asset

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta

FARKitPoseTrack...

 

ARKitPoseTrackingConfig

Configuration when using ARKit pose tracking

Public variable UProperty Category, EditAnywhere

TMap< FName, FN...

 

BoneMap

Mapping from AR platform bone name to UE4 skeleton bone name

Public variable UProperty Category, EditAnywhere

EARLiveLinkSour...

 

SourceType

Functions

Name Description

Public function Const

FName

 

GetRemappedBoneName

(
    FName BoneName
)

Overridden from ULiveLinkRetargetAsset

Name Description

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

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

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