Get actor bounds incorrect if I setup the actor in event graph instead of construction script

Tested a bit, actor bounds don’t seem to update after BeginPlay. So you would either have to set the bounds as a variable, maybe spawn a single mesh at BeginPlay once, get it’s bounding box, and save it for future use.