Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UBlueprintAsyncActionBase
- FTickableGameObject
- UARBaseAsyncTaskBlueprintProxy
- UARGetCandidateObjectAsyncTaskBlueprintProxy
- UARSaveWorldAsyncTaskBlueprintProxy
- UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy
- UGetGeoLocationAsyncTaskBlueprintProxy
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintProxy.h |
| Include | #include "ARBlueprintProxy.h" |
Syntax
UCLASS (Abstract)
class UARBaseAsyncTaskBlueprintProxy :
public UBlueprintAsyncActionBase,
public FTickableGameObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FARAsyncTask, ESPMode::ThreadSafe > | AsyncTask | The async task to check during Tick() |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UARBaseAsyncTaskBlueprintProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TWeakPtr< FARSupportInterface, ESPMode::ThreadSafe > & | GetARSystem () |
||
| TStatId | GetStatId () |
||
| bool | IsTickable () |
||
| void | RegisterAsARSystem
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& NewArSystem |
||
| void | |||
| void | |||
| void | Tick
(
float DeltaTime |
Constants
| Name | Description |
|---|---|
| RegisteredARSystem |