Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UARBaseAsyncTaskBlueprintProxy
- UGetGeoLocationAsyncTaskBlueprintProxy
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARGeoTrackingSupport.h |
| Include | #include "ARGeoTrackingSupport.h" |
Syntax
class UGetGeoLocationAsyncTaskBlueprintProxy : public UARBaseAsyncTaskBlueprintProxy
Remarks
Blueprint async task to convert Geo location.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGetGeoLocationDelegate | OnFailed | ||
| FGetGeoLocationDelegate | OnSuccess |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGetGeoLocationAsyncTaskBlueprintProxy * | GetGeoLocationAtWorldPosition
(
UObject* WorldContextObject, |
Convert a position in UE4 world space into a Geo location. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGetGeoLocationDelegate |