unreal.ARTrackedGeometry¶
- class unreal.ARTrackedGeometry(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectARTracked Geometry
C++ Source:
Module: AugmentedReality
File: ARTrackable.h
Editor Properties: (see get_editor_property/set_editor_property)
unique_id(Guid): [Read-Write]
- get_last_update_frame_number() int32¶
Get Last Update Frame Number
- Return type:
int32
- get_object_classification() ARObjectClassification¶
Get Object Classification
- Return type:
- get_tracking_state() ARTrackingState¶
Get Tracking State
- Return type:
- get_underlying_mesh() MRMeshComponent¶
Get Underlying Mesh
- Return type:
- has_spatial_mesh_usage_flag(flag) bool¶
Has Spatial Mesh Usage Flag
- Parameters:
flag (ARSpatialMeshUsageFlags)
- Return type: