Hey -
The actor has to have been spawned and exist in order for its bounds to exist. A possible suggestion for what you’re trying to do would be to have a dummy actor hidden/offscreen that you can get the bounds of and then use that for your trace before spawning the real actor.
Cheers