Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UARBaseAsyncTaskBlueprintProxy
- UARGetCandidateObjectAsyncTaskBlueprintProxy
- UARSaveWorldAsyncTaskBlueprintProxy
- UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy
- UGetGeoLocationAsyncTaskBlueprintProxy
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintProxy.h |
| Include | #include "ARBlueprintProxy.h" |
Syntax
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 () |
||
| void | RegisterAsARSystem
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& NewArSystem |
||
| void | |||
| void |
Overridden from FTickableObjectBase
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
Return the stat id to use for this tickable | |
| bool | IsTickable () |
Virtual that can be overloaded by the inheriting class. | |
| void | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |
Constants
| Name | Description |
|---|---|
| RegisteredARSystem |