unreal.ARGeoTrackingSupport¶
- class unreal.ARGeoTrackingSupport(outer=None, name='None')¶
Bases:
unreal.ObjectInterface class for Geo tracking related features.
C++ Source:
Module: AugmentedReality
File: ARGeoTrackingSupport.h
- add_geo_anchor_at_location_with_altitude(longitude, latitude, altitude_meters, optional_anchor_name) bool¶
- get_geo_tracking_accuracy() ARGeoTrackingAccuracy¶
- Returns
the current session’s Geo tracking state accuracy.
- Return type
- get_geo_tracking_state() ARGeoTrackingState¶
- Returns
the current session’s Geo tracking state.
- Return type
- get_geo_tracking_state_reason() ARGeoTrackingStateReason¶
- Returns
the current session’s Geo tracking state reason.
- Return type
- classmethod get_geo_tracking_support() ARGeoTrackingSupport¶
- Returns
the interface object to support Geo tracking, return null on platforms don’t support the feature.
- Return type