Posts Tagged

unreal

Logging in Unreal made simple with helper macros

Logging is one of the most useful things one can do while developing a complex piece of software such as a video game. When it comes to c++ and unreal there’s a small collection of macros I use to make tracing simpler and more informative. These logging helpers give you access to information about current class, function…

Read More