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

Not recommended. There’s no guarantee as to what will be loaded or when.

You can use the Level BP to do traces etc to determine when things are loaded and set Booleans. Then have your actor get a reference to the Level BP on Begin Play and do recursive interface calls.

Get generic ref to level bp → BPI request load status (bool).