Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | UARTrackedQRCode |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include Path | #include "ARTrackable.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UARTrackedQRCode : public UARTrackedImage
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARTrackedGeometry → UARTrackedImage → UARTrackedQRCode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| QRCode | FString | The encoded information in the qr code | ARTrackable.h |
|
| Version | int32 | The version of the qr code | ARTrackable.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetNetworkPayload
(
FARQRCodeUpdatePayload& Payload |
ARTrackable.h | ||
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
ARTrackable.h |