How to create a C++ library in UE5

Hi guys. This question might sound a bit stupid but it’s something that I’ve never done before and I’d like to know how to make my own library in order to make my code reusable for my future projects whitout making a mess

Look into creating a plugin, you can use it in multiple projects.

1 Like

Thanks, I’ll make some research