UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ARDependencyHandler.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
9#include "UObject/NameTypes.h"
10#include "UObject/Object.h"
13
14#include "ARDependencyHandler.generated.h"
15
16#define UE_API AUGMENTEDREALITY_API
17
19struct FFrame;
20
21UENUM(BlueprintType)
45
46UENUM(BlueprintType)
61
62UENUM(BlueprintType)
71
82UCLASS(MinimalAPI, BlueprintType, Abstract, Category="")
84{
86
87public:
89 {
90 static FName FeatureName = FName(TEXT("ARDependencyHandler"));
91 return FeatureName;
92 }
93
98 UFUNCTION(BlueprintCallable, Category = "")
99 static UE_API UARDependencyHandler* GetARDependencyHandler();
100
102 UFUNCTION(BlueprintCallable, Category = "", meta = (Latent, LatentInfo = "LatentInfo", WorldContext = "WorldContextObject"))
104
106 UFUNCTION(BlueprintCallable, Category = "", meta = (Latent, LatentInfo = "LatentInfo", WorldContext = "WorldContextObject"))
108
110 UFUNCTION(BlueprintCallable, Category = "", meta = (Latent, LatentInfo = "LatentInfo", WorldContext = "WorldContextObject"))
112
117 UFUNCTION(BlueprintCallable, Category = "", meta = (Latent, LatentInfo = "LatentInfo", WorldContext = "WorldContextObject"))
119};
120
121#undef UE_API
#define UE_API
Definition ARDependencyHandler.h:16
EARServiceAvailability
Definition ARDependencyHandler.h:23
EARServiceInstallRequestResult
Definition ARDependencyHandler.h:48
EARServicePermissionRequestResult
Definition ARDependencyHandler.h:64
#define PURE_VIRTUAL(func,...)
Definition CoreMiscDefines.h:103
#define TEXT(x)
Definition Platform.h:1272
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define UCLASS(...)
Definition ObjectMacros.h:776
#define UENUM(...)
Definition ObjectMacros.h:749
uint8_t uint8
Definition binka_ue_file_header.h:8
Definition NameTypes.h:617
Definition IModularFeature.h:12
Definition ARDependencyHandler.h:84
static FName GetModularFeatureName()
Definition ARDependencyHandler.h:88
Definition ARSessionConfig.h:183
Definition Object.h:95
Definition Stack.h:114
Definition LatentActionManager.h:19