Asset API - Set Loading Type?

Hey hey :slight_smile:

We are writing our scripts offline and using the editor API to upload them to the editor. We recently found the need to patch some functions of the engine, and we needed to apply those changes before the application is instantiated. To do that, we set the loading type of the patch-script-asset to “After Engine” instead of “Asset”.

Now we want to make sure that we can’t forget to set this property whenever we upload a new patch-script, so we would like to automate it. Is there a way to set the loading type via the editor API?

Thanks :slight_smile:

@yak32 @slimbuck - any idea guys?