Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | UARTrackedObject |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include Path | #include "ARTrackable.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UARTrackedObject : public UARTrackedGeometry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARTrackedGeometry → UARTrackedObject
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DetectedObject | TObjectPtr< UARCandidateObject > | The candidate object that was detected in the scene | ARTrackable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ARTrackable.h |
|
||
void GetNetworkPayload
(
FARObjectUpdatePayload& Payload |
ARTrackable.h | ||
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
ARTrackable.h |
Overridden from UARTrackedGeometry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DebugDraw
(
UWorld* World, |
ARTrackable.h |