Hi I am using UE5.1.1. I have a UI which compares between local project data and server project data and copies the difference data from server to local project. The files are getting copied to local project but its not getting refreshed in the editor. My UI is a python script. I need to know how to reload a newly copied asset in editor. In UE there is a menu called Asset Actions > Reload. The same function i need to trigger from a python command.
Any help will be much appreciated