Asset Select Box in Plugin slate

I haven’t hooked events yet but I have something like this that can filter by class type and have goto and browse buttons

SNew(SObjectPropertyEntryBox)
.DisplayBrowse(true)
.DisplayThumbnail(true)
.AllowedClass(UTexture2D::StaticClass())
.EnableContentPicker(true)
1 Like