Showing only posts tagged c++. Show all posts.

UE4 Coding: Speeding up Compilation

There was one thing that always frustrated me alot in the beginning of development with Unreal Engine 4: It was the compile times, especially those for iterating on your game. But it turns out that, if you stick to a couple of key principles, they are manageable after all.

Posted on in misc. Tags: ue4, c++.

UE4 Coding: Decoupling for Better Code

In the past year of UE4 development, I had problems figuring out how to structure my game code: where to put game logic code to keep it readable/maintainable, testable and reusable. This blog post summarizes what I and my fellow developers have learnt as I finally feel confident with my understanding.

Posted on in misc. Tags: ue4, c++.

« newer articles | page 2 | older articles »