Navigation
Unreal Engine C++ API Reference > Runtime > AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UARTrackedGeometry
- UARTrackedImage
- UARTrackedQRCode
References
Module | AugmentedReality |
Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
Include | #include "ARTrackable.h" |
Syntax
class UARTrackedQRCode : public UARTrackedImage
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FString | QRCode | The encoded information in the qr code |
![]() |
int32 | Version | The version of the qr code |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | GetNetworkPayload
(
FARQRCodeUpdatePayload& Payload |
|
![]() |
void | UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |