Hello!
I want to know how blueprints are stored and represented on the hard drive. Is there any resource I can use to learn that?
Thanks,
Gabriel
Hello!
I want to know how blueprints are stored and represented on the hard drive. Is there any resource I can use to learn that?
Thanks,
Gabriel
Greetings @mesmodev!
Per UE’s documentation, “Blueprints are created inside of Unreal Editor visually, instead of by typing code, and saved as assets in a content package”. These pack files are called .uasset, and can be found by right-clicking on your blueprint, then selecting “Show in Explorer”
Further information can be found here:
Thanks for the direction!
I hexdumped the file and I kinda know how it works now! The link you sent was helpful to understand what exactly is a blueprint class.
Cheers!