IAppleARKitPoseTrackingLiveLink::PublishLiveLinkData

Publishes any body tracking AR data that needs to be sent to LiveLink.

Windows
MacOS
Linux

References

Module

AppleARKit

Header

/Engine/Plugins/Runtime/AR/AppleAR/AppleARKit/Source/AppleARKit/Public/AppleARKitPoseTrackingLiveLink.h

Include

#include "AppleARKitPoseTrackingLiveLink.h"

Syntax

virtual void PublishLiveLinkData
(
    TSharedPtr< FAppleARKitAnchorData > Anchor
)

Remarks

Publishes any body tracking AR data that needs to be sent to LiveLink. Done as a separate step because MakeAnchorData is called on an arbitrary thread and we can't access UObjects there safely

Returns

the set of body tracking anchors to dispatch

Parameters

Parameter

Description

AnchorList

the list of anchors to publish to LiveLink

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