Get selection order

Is there a way to get the order of the selection in the editor (c++ or python)?

unreal.EditorLevelLibrary — Unreal Python 4.26 (Experimental) documentation (unrealengine.com)

unreal.EditorLevelLibrary.get_selected_level_actors()

this method can get the selection order.