No Reference Viewer?

Has Reference Viewer been removed from 4.21 version?

I do not see it in context menu.

Any info on this?

I just encountered this problem and tracked it down to a disabled engine plugin. Make sure the plugin AssetManagerEditor is enabled. You can do this by editing your .uproject file directly or find the plugin in the editor UI.

.uproject snippet:

{
	"Name": "AssetManagerEditor",
	"Enabled": true
},
2 Likes

Thank you. I thought I’d lost my mind when i couldn’t find it again.