I think you should put this inside BeginPlay or Tick (depending on your logic) instead of construction script. Construction script is executed when you place the instance while you are in the editor. I don’t think it will get called during gameplay.
I think you should put this inside BeginPlay or Tick (depending on your logic) instead of construction script. Construction script is executed when you place the instance while you are in the editor. I don’t think it will get called during gameplay.