Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UARTrackedGeometry
- UARTrackedImage
- UARTrackedQRCode
- UGoogleARCoreAugmentedImage
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include | #include "ARTrackable.h" |
Syntax
class UARTrackedImage : public UARTrackedGeometry
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UARCandidateImage > | DetectedImage | The candidate image that was detected in the scene | |
| FVector2D | EstimatedSize | The estimated image size that was detected in the scene |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UARCandidateImage * | |||
| FVector2D | Get the estimate size of the detected image, where X is the estimated width, and Y is the estimated height. | ||
| void | GetNetworkPayload
(
FARImageUpdatePayload& Payload |
||
| void | UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
Overridden from UARTrackedGeometry
| Type | Name | Description | |
|---|---|---|---|
| void | DebugDraw
(
UWorld* World, |