
説明
AMLS (Advanced Modular Leveling System)
is a fully replicated data driven leveling and progression system built for Unreal Engine.
I made this because I was tired of rebuilding the same XP/level-up/reward loop from scratch on every project and then bolting on replication as an afterthought.
This plugin is the version I wish I'd had from the start attach it, configure a data asset, and you've got a networked leveling system running in minutes instead of days.
It's built as a single Actor Component, so it drops onto anything — your player character, a companion, a weapon, a faction rep tracker — without forcing your classes to inherit from anything. Everything runs server-authoritative by default, so leveling logic can't be manipulated client side.




