Most of the time, we will use Blueprints to create new Actors. In Unreal Engine, Actors are game objects that can be added to the Level.
Unreal Engine informs the state of a game for an Actor using Events. We define how an Actor responds to an Event by using Actions. Both Events and Actions are represented by nodes in the Event Graph panel.