Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | UARTrackedPose |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include Path | #include "ARTrackable.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UARTrackedPose : public UARTrackedGeometry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARTrackedGeometry → UARTrackedPose
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TrackedPose | FARPose3D | The detailed info of the tracked pose | ARTrackable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetNetworkPayload
(
FARPoseUpdatePayload& Payload |
ARTrackable.h | ||
const FARPose3D & GetTrackedPoseData() |
ARTrackable.h |
|
|
void UpdateTrackedPose
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
ARTrackable.h |
Overridden from UARTrackedGeometry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DebugDraw
(
UWorld* World, |
ARTrackable.h |