Hi, is there any way to store a MetaHuman character view in one, not a big file and all MetaHuman files in a different location? Would it be possible to do this in multiplayer, so that each player have unique character and that each player doesn’t store all the files of all the other unique characters of the other players?
The common word for this is a “Seed” which is often a number or a GUID. The Seed is then used to generate sets of random numbers or to select certain combinations so that you always get the same output with the same Seed. I don’t know if metahumans has such functionality.