Album Function InGame

Hello i want to Build an Album Widget where you can acess your screenshots taken ingame. Unfortunaly i was only using Blueprints as when it comes to Programming and after research i can not come up whit a solution on this. Hope someone can Help me whit this here. getting all images in the saved folder and loading them into the engine as UTexture2DDynamic and displaying them in your own gallery woud be my target

  • IPlatformFile / FFileHelper for searching and loading files from disk
  • IImageWrapper for decoding
  • there is a code snippet of creating texture2d from file. You can google it.
  • Slate STileView for display images.