May 2017

Dev Snippets

Visual AssistX Support For UE4 C++

By on May 14, 2017

Visual Assist has support for UnrealEngine C++ but you must enable with registry settings #Protip #GameDev:
https://docs.wholetomato.com/default.asp?W763

Dev Snippets

UE4 4.15 Selective Light Baking

By on May 1, 2017

We heavily rely on sublevels to compartmentalize the different zones in our game. Unfortunately, the default light baking functionality doesn’t really accommodate this as baking from a level invalidates the…