How to set a custom thumbnail image for your projects in the UEFN Project Browser.
https://dev.epicgames.com/community/learning/tutorials/mMPq/fortnite-how-to-set-project-browser-thumbnail
great timing! I was just wondering how to do this last night and was going to look it up today! Thanks
Great, thanks.
Why have they removed this from UEFN? UEFN more difficult than UE.
Youâre welcome. Also welcome to the Fourms!
Iâve been adding thumbnails a similar way in UE (Placing and image next to .uproject instead of .uplugin) - Itâs just a few layers deeper in UEFN.
Does this work with revision control? If not, do you know how to get it to work across teams? or is this only a local thing?
Iâve been trying to achieve this, While Revision control does keep the location of where the âkeyArtâ: image is supposed to be, I couldnât find a way to actually upload the raw .png into the revision control for the project
I had managed some time ago to actually get a png inside the revision control but I have no idea how I even did it and how I could do it again.
Hi Mineblo,
I think I may need to update the tutorial, and instead of telling people to put the .png in \Plugins\YourProjectName\ folder, tell them to put it in the \Plugins\YourProjectName\Resources\ folder.
I see in your image your png is in the Resources folder (I assume this is from the time that you got the png hosted in revision control) Are you using the Resources folder with your new project as well?
Yea it felt really weird I noticed that urc registered some files and some ones didnât
e.g. when I made a txt file in Content/Resources/myfile.txt urc immediately caught it for check in changes but for the life of me I couldnât get it to detect a png file in there and after deleting re-naming pasting creating files for like 30 mins I somehow got it to ONLY register png files in the root folder.
The only way I was able to get this to work was to use the line in this way:
âkeyArtâ: âResources/Unreal-Project-Thumbnail.pngâ,
Make sure the image is in \Plugins\YourProjectName\Resources\ folder.
This is the way the other projects from unreal do it.
URC detected a .png that I manually placed in the root folder just now (v33.11) - root folder being â\ProjectName\Plugins\ProjectName\ {insidethisfolder}â
It is true that thumbnails on Epic samples reside in a âResourcesâ folder.
Iâve created an addendum in the tutorial that mentions this.
If anyone is having troubles doing it one way or another mention it here and Iâll update the tutorial accordingly. (But for now I think both file locations are valid.)