Unreal primary asset id
unreal forums:
you don’t get Asset ID’s because they don’t exist as a property of static meshes or any other objects. The best you can get is the name of the asset (use
GetDisplayName()orGetObjectName()) - The Python equivalent seems to beobject.get_full_name()