He means put all those nodes after the Event Begin Play in your MyGame Event Graph instead of on the construction script, because the construction script is run before your actors are loaded in the level (even if they are manually placed).
He means put all those nodes after the Event Begin Play in your MyGame Event Graph instead of on the construction script, because the construction script is run before your actors are loaded in the level (even if they are manually placed).