Any way to automatically iterate All .uasset in Content and re-Compile/Save all the assets?

any way to automatically iterate All .uasset in Content and re-Compile/Save all the assets?

Look into the resave commandlet.
Ends up being something like:

UE4Editor-Cmd.exe X:\MyProjectPath\MyProject.uproject -run=ResavePackages

ok, thanks