Good To Know

  • Good To Know – UE5 Blueprint Communication

    Good To Know – UE5 Blueprint Communication

    Event Dispatchers vs Interfaces vs Casting If you’re building gameplay in Unreal Engine 5.7 using Blueprints, sooner or later you hit the same problem in UE5 Blueprint communication: how do I make one Blueprint talk to another without turning my project into a web of hard references and failed casts? Communication is one of the

    read more

  • Good to know – The Game Development Lifecycle

    Good to know – The Game Development Lifecycle

    A Practical Framework for Indie and Solo Developers Game development can feel overwhelming — especially for solo developers and small indie teams. Without a clear structure, it is easy to lose track of what stage you are in, what matters most right now, or what should come next. This framework consolidates the full game development

    read more

  • Good to know : The Building Blocks of a Game in UE5

    Good to know : The Building Blocks of a Game in UE5

    When building a game in Unreal Engine 5, understanding the Game Framework is not optional — it is foundational. The UE5 framework defines how your game initializes, how players interact with the world, how data persists, and how systems communicate with each other. From Game Mode and Controllers to Pawns, SaveGame systems, and the World

    read more

  • Good to Know – Substrate vs Legacy Materials in Unreal Engine 5

    Good to Know – Substrate vs Legacy Materials in Unreal Engine 5

    In Unreal Engine 5.7, Substrate becomes the default material system for new projects — a modern, physically based framework designed to replace the older legacy material model. Substrate represents surfaces as slabs of matter, giving artists more realistic control over how light interacts with materials, and making layering and blending more expressive. Why would you

    read more

  • Good To Know – Blueprint Common Nodes

    Good To Know – Blueprint Common Nodes

    This post exists as a quick reference guide to the most commonly used Unreal Engine 5 Blueprint nodes. Each entry provides a short, practical explanation and a few common use cases, designed to be glanced over when you need to refresh your memory on what’s available, without digging through documentation or tutorials. Use this page

    read more