Hello everyone, dear Epic Games employees or freelance devs,
I would like to integrate a Transmog system into my game, but unfortunately, I can’t find any instructions or courses on how to do it. Could you possibly help me with this?
Whether it’s in C++ or Blueprint version doesn’t matter to me; I’m willing to adapt.
I would like something similar to what is known in World of Warcraft or more recently, something like what is found in Outriders would be sufficient for me.
I’ve been unable to find any hints or guidance on how to integrate or create something like this from scratch, neither on YouTube nor in the documentation!
I doubt a tutorial dedicated to just that exist. But wouldn’t it be a matter of swapping meshes / images around? It’s all smoke & mirrors and purely cosmetic after all.
While I could not find any transmog system tutorials, you may be able to find what you are looking for in an already existing product on the Marketplace. For example:
Appearance system. Have you ever played WoW and got impressed by the transmog system or the numerous toys that turn your character into other creatures? I have. MMO Kit’s appearance systems will allow you to write logic that will make your characters look any way you want.
What a gem of a find! All is now left to do is cat implementation.