Unreal Engine 4 (UE4) What is the event graph and the construction script and the difference between the two.
Share
The construction script is executed when the class blueprint is constructed in the level editor, not in game play. When the class blueprint is moved in the level editor view port, the construction script will keep executing. The event graph is executed only during game play.