Patch notes for version 3.0 of the Dynamic Thumbnail Generator
A short writeup on how to add child-actors to your Actor Portraits
How to generate a thumbnail Generating a thumbnail using this plugin is very easy. In blueprint, you can use the Generate Thumbnail node. The function can also be used from C++ by calling UThumbnailGenerator::Get()->GenerateActorThumbnail(…) Setting up the project First of all, let’s go over how to install this plugin into any project. With pre-build binaries…