Quick stupid question (Run construction script on drag)

Hi,

i mean moving the BP around in the Level.

I have a simple BP that spawns many blocks in the contruction script (to use as floor/wall for example).
Every I move this actor in the level, the construction scripts runs and does its work (as it should).

But once I have the BP setup in the level, I don’t want it to change (for example a “set random color” of the added meshes) when i drag the actor in the level.

I read a few times about a button “Don’t run construction cript on drag”, and I hope this is what I need :slight_smile: