Is the activity in the construction script cooked into the game build?

I’m not sure it does…

I think it runs once during packaging, then no more.

If you want to, for instance, change things each time the level is loaded using construction. I don’t think it will work in a packaged game. You need to put that logic on begin play.

1 Like