Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | UARTrackedImage |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include Path | #include "ARTrackable.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UARTrackedImage : public UARTrackedGeometry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARTrackedGeometry → UARTrackedImage
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ARTrackable.h |
|
||
FVector2D GetEstimateSize () |
Get the estimate size of the detected image, where X is the estimated width, and Y is the estimated height. | ARTrackable.h |
|
void GetNetworkPayload
(
FARImageUpdatePayload& 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 |