Possible to build UE5 without including the sample projects?

Hi all,

I’m building UE5 from source (ue5-main), and I was wondering if there’s any way to exclude the sample projects being pulled and built into the engine? It would save precious storage space. Or can I just delete them after I build the engine? Thanks in advance!

Hey there @kotn3l! I don’t believe you can remove the templates out of the base engine build, but you can of course delete them after the fact without penalty, but I’d recommend retaining them.

Thank you!