Navigation
Unreal Engine C++ API Reference > Plugins > ARUtilities
Inheritance Hierarchy
- UObject
- ULiveLinkRetargetAsset
- UARLiveLinkRetargetAsset
References
Module | ARUtilities |
Header | /Engine/Plugins/Runtime/AR/ARUtilities/Source/ARUtilities/Public/ARLiveLinkRetargetAsset.h |
Include | #include "ARLiveLinkRetargetAsset.h" |
Syntax
UCLASS (Blueprintable, Abstract)
class UARLiveLinkRetargetAsset : public ULiveLinkRetargetAsset
Remarks
Platform agnostic live link retarget asset
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FARKitPoseTrackingConfig | ARKitPoseTrackingConfig | Configuration when using ARKit pose tracking |
![]() ![]() ![]() |
TMap< FName, FName > | BoneMap | Mapping from AR platform bone name to UE4 skeleton bone name |
![]() ![]() ![]() |
EARLiveLinkSourceType | SourceType |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FName | GetRemappedBoneName
(
FName BoneName |
|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Overridden from ULiveLinkRetargetAsset
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | BuildPoseFromAnimationData
(
float DeltaTime, |
Build OutPose from AnimationData if subject was from this type. |