Use Python to Edit StereoPanoramicPlayerPlugin's DataAsset. Report me an Error

Exception: PanoramicStage: Property ‘Name’ for attribute ‘name’ on ‘PanoramicStage’ cannot be edited on templates

uasset = unreal.load_asset(base_path + 'stage00')

# print(uasset.get_editor_property('media_type'))
# print(uasset.get_editor_property('media_layout'))

uasset.set_editor_property('name', 'jger')

Did you ever figure this out?