Tag: Tutorial


  • Dynamic Thumbnail Generator

    Dynamic Thumbnail Generator

    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…

  • Substepping In Unreal Engine 4

    Substepping In Unreal Engine 4

    Introduction While working on the title Animal Super Squad, I, like many before me, ran into the issue of variable timestep in Unreal’s physics-implementation. In this game all vehicles are driven using custom spring and wheel logic, with Unreal’s PhysX implementation used as foundation for forces, and collision detection. This game was released for a…