I am working on an Editor Utility Widget and I want to access the thumbnail of an asset in the content browser. Preferably I would like the thumbnail as a Texture2D so that I can apply it it an image in my Editor Utility Widget.
Is there a way to do this in only blueprint code? I do not know my way around C++ too well but if that is the only way an example would be apprecheated. Thaks!