30 November, 2017
Logging out commands is helpful to debug a game. UE4 offers a variety of ways to log out messages. Let's go through a few types of ways of logging out commands.
In this tutorial we are going to programmatically add a Billboard Component to our actor.
How to add a mesh to an actor programatically through using the ConstructorHelpers script.
How to add a static mesh to an actor.
How to add a new c++ class to our project.