unreal.ARTrackedGeometry
¶
- class unreal.ARTrackedGeometry(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
Object
ARTracked Geometry
C++ Source:
Module: AugmentedReality
File: ARTrackable.h
Editor Properties: (see get_editor_property/set_editor_property)
unique_id
(Guid): [Read-Write] Unique Id
- 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: