Programmatically get the currently selected item in the content browser?

As the title says I’m currently trying to programmatically get the selected item in the content browser in Unreal Engine 3. Is this at all possible?

Late to the party, but I just had the same issue. AActor classes have a bool ‘IsSelected’. You can use that :slight_smile: