Parenting spawned actor in outliner

I’m creating actor in BP using the SpawnActor node. I’d like it to be parented in the Outliner view so it’s easier for me to debug (which objects are spawned by what). I can’t find a way to do it.

I tried using the Add Child Actor Component node and passing to it spawned actor. That didn’t seem to have any effect. I also tried setting Self as Owner in SpawnActor thinking that maybe this would also parent it to the Owner but it didn’t.

Just to be clear, I need this just in the Outliner view so I don’t need them to be connected logically.