
Game Kit: Quest System (C++)
A customizable C++ quest system for Unreal Engine 5, designed for reusable and production-ready gameplay workflows.
Engineering log · Systems online
Field notes on modern C++, Unreal Engine 5, gameplay architecture, and the tools behind immersive worlds.

A customizable C++ quest system for Unreal Engine 5, designed for reusable and production-ready gameplay workflows.

SnakeY is an arcade game template.

A C++ based inventory system with customizable feature.

With Virtual Textures, you can create and use large-sized textures for a lower memory at runtime.

Practical notes on std::vector, including capacity, iterators, invalidation, insertion, and performance behavior.

string, string::npos, sso, sbo, string_view.

Type deduction, Reference Collapsing.

Trailing Return Type: auto add(int a, int b) -> int

Learn how decltype performs compile-time type deduction and how its rules differ for values and expressions.

Translation unit, internal linkage, external linkage.