Author: Tefel
Anti-Ghosting Temporal AA
New video comes to youtube channel. I am clarifying how AA process works and how to eliminate all unwanted artifacts, also which settings are the best for your game. Additional params worth to check for your Temporal Anti-Aliasing:
* r.TemporalAACurrentFrameWeight 0.2
* r.TemporalAASamples 4
* r.Tonemapper.Sharpen 0.5
Unreal Engine 4.25 Available now!
Epic Games Unreal Engine just got update to 4.25 version.
With the release of Unreal Engine 4.25, Epic Games continue mission to provide the most complete, flexible, powerful 3D Engine available.
Here are some major features and improvements:
* New Get Console support – PS5 and XBOX X
* Unreal Insights, Datasmith, Niagara, Anisotropic Materials, Eye Adaptation now closer to reality, Sky Atmosphgere
* Utility methods: Convert Child Actors to Blueprint, Engine distaster recovery, new Paint Mode,
* Optimization – UObject – UProperty, Editor performance – shaders compilation time improved by 90%! Material Layers, Memory Shader Load times, any many bug fixes 🙂
For release notes check link below:
https://docs.unrealengine.com/en-US/Support/Builds/ReleaseNotes/4_25/index.html
Marketplace Flash Sale
Voxel plugin is 50% off during @Epic Flash Sale
alongside with many other cool works from #UE4 dev community!
https://unrealengine.com/marketplace/en-US/slug/voxel-sandbox-toolkit
Tech Tree Designer in the Marketplace
I am very happy to announce that Tech Tree Designer plugin is already in the marketplace: https://www.unrealengine.com/marketplace/slug/18b7eb4966ca47f48f27f243c97bb785
It provides easy way to design your Skill / Tech trees in Unreal Graph Editor. There is nothing like this plugin in UE4 marketplace which offers one place do define both logic and look of your Tree.
Check documentation here:
https://docs.google.com/document/d/1ZEXM7QMiv2RURMgrcfSiPEbthYC0mu79rwewh1HTAUU
Voxel sandbox now in the Marketplace
Hey I am so happy to announce that plugin previously available on Sellfy went through long approval process and now, with few improvements got to the Marketplace.
This means anyone who couldn’t for some reason purchase the plugin can do it now directly from Epic Game Marketplace!
https://www.unrealengine.com/marketplace/en-US/slug/voxel-sandbox-toolkit
Spring Sale in Marketplace 70-90% discounts
I decided to share all my plugins for relatively small price 🙂
It never was so cheap, some plugins from 20€ costs now only 2€!!
Grab them when they are extremely cheap!
https://www.unrealengine.com/marketplace/en-US/profile/Tefel
Free resources coming to MP
Hey, I submitted to the marketplace two plugins.
As a result, they are available to download for free.
HEX Blocks BP vs CPP – something for the new comers to learn parallely blueprints and code.
Directional gravity plugin – planet gravity for your game!
GameJam November – Dimensional Lift
Hey, durning November I decided to create new prototype for one of Game Jams. I did my best during three weeks so result is very promissing. I created short puzzle game Dimensional Lift where mixing realities is a way to solve logic puzzles.
You can check this out and play for free here: https://tefel.itch.io/dimensional-lift
Bitmasks, bitwise operations, bit logic
Hey, I created new tutorial on YouTube presenting how to define and use Bitmasks in Unreal Engine 4. Showing how useful can be and how to mix them in order to define extra properties and relations 1 to N. Start using bit flags (masks) instead of many booleans which can be harder to setup if project is growing.
https://www.geeksforgeeks.org/bitwise-operators-in-c-cpp/