Home / News & Updates / Unreal Engine 5 assets

Post tag

Unreal Engine 5 assets

Posts tagged with Unreal Engine 5 assets from the Games by Hyper journal.

overlap detection in building system with outline

August 22, 2023

Overlap detection in Building system

Check out this overlap detection system! I am quite happy with it. Even though a small change, it seems like a very obvious thing to do! In my building system, you were not able to see clearly what was blocking the placement. I have made this update to outline all detected overlaps with the placed...

Read more →
How to diff blueprints

August 21, 2023

How to diff/compare your blueprints?

Have you ever had a blueprint changed but you wonder what actually is changed? When I did want to compare my blueprints, I was always going over them one by one and try to find the changes manually. I did this since blueprints cannot be diffed in my source control. It would only state gibberish!...

Read more →