Get floor under actor when placed in editor (not at runtime)?

When I place an actor in the editor (not runtime) is it possible to get the actor below it being used as the floor? Normally I would just do a line trace, but line trace is not usable without world context in construction script.

you can get the editor world on editor time. at least from cpp.

not sure if that would help.