by Lucien | Jun 22, 2019 | C++, Debugging, Library, Tutorial, UE4, Uncategorized
You should reuse your C++ code from one project to another to speed up your workflow. How? According to this post on the Unreal Engine Forums, Copy your .h and .cpp files from the original project and paste them into a project of your choice (I suggest having the... by Lucien | Jun 4, 2019 | C++, Library, Tutorial, UE4, Uncategorized, Video
The past three days, I was learning how to create my own library to import into UE4. Eventually, I came upon a tutorial* which helped me quite a lot. I will add a video tutorial here soon. *When you reach the build.cs portion of the tutorial, instead of the variable...