You can just rotate sprites placed in world in order to do something in XY. There is some preliminary support in code for picking a different ‘canonical’ coordinate system for Paper2D than XZ (by setting PaperAxisX and PaperAxisY in DefaultEngine.ini; Z is always computed as cross product of X and Y), but it hasn’t been thoroughly tested and might be removed in future.
Cheers,