Thumbnailer 1.3.1

General

  • Added camera rotation buttons to the preview window
  • Camera Speed Control widget now overrides the camera speed to allow even slower camera speeds than Unreal allows by default
  • Camera Rotation Buttons can be turned off from the Settings menu
  • Changed layout of some of the Thumbnailer buttons

Camera Rotation Buttons

New Button Layout

Thumbnailer 1.3

General

  • The entire UI of Thumbnailer has been overhauled and given a brand new look
  • Clamped preview window size if Thumbnail resolution is too small, otherwise the preview window will shrink to a unusable size
  • Added new alignment tool: Crosshair
  • Added new alignment tool: Capture frame
  • Added 2 new alignment tools, these utilities will help you align your thumbnails
  • Added viewport speed controls to the preview window
  • Thumbnailer Settings & Scene settings are now spawned as separate windows

Creating Thumbnail Borders

You can use the PostProcess material features with the Thumbnailer Plugin to create special effects, in this case we’ll take a look at how to make a simple Border around our image.

Creating the Material

Begin by creating a new Material, make it a “Post Process” material, the 0.1 const value determines how “thick” our border will be, this is a percentage value ranging from 0 to 1 (1 being 100%).

Using our Post Process material

Expand the Post Processing settings -> Rendering Features -> Post Process Materials and select our Material, if you don’t notice any difference you can Disable / Enable the checkbox “Post Processing Enabled

Your thumbnails will now have a border surrounding the Thumbnail, you can extend this functionality using your own textures or whatever you want to use for your custom borders.