When I try to save my asset I get this error:
“The Asset <…> being saved does not have any of the provided object flags (0x10000002); saving the package would cause data loss. Run with -dpcvars=save.FixupStandaloneFlags=1 to add the RF_Standalone flag”
Using launcher version?
Try to verify the engine. See if everything is complete and nothing went wrong during install.
On launcher click on the down arrow of installed engine next to launch and click verify.
I ran into a similar situation writing my own exporter today. There are cases where this happens when you have a transient object and you try to save it without the proper flags. Running the console command seems to just explicitly set the flags. Ideally I think the flags should be set properly with FSavPackageArgs before saving the file.