Is there any way to control how uasset files in ExternalActors are named? I have an Actor that makes assets in OnConstruction. They are created in a predictable way. So ideally I could name that something like Thing_$num.uasset. Having the names be GUIDs makes it difficult for version control.