Navigation
API > API/Plugins > API/Plugins/AppleARKit > API/Plugins/AppleARKit/IAppleARKitPoseTrackingLiveLink
References
Module | AppleARKit |
Header | /Engine/Plugins/Runtime/AR/AppleAR/AppleARKit/Source/AppleARKit/Public/AppleARKitPoseTrackingLiveLink.h |
Include | #include "AppleARKitPoseTrackingLiveLink.h" |
virtual void PublishLiveLinkData
&40;
TSharedPtr< FAppleARKitAnchorData > Anchor
&41;
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 the set of body tracking anchors to dispatch
Parameters
Name | Description |
---|---|
AnchorList | the list of anchors to publish to LiveLink |