Posts10 posts

Yuewu's Blog

This is a record of Yuewu's technical sharing, personal insights, learning, and growth, presented in the form of articles.

ue post logo

UE5 World Partition Feature Notes

Mar 24, 2025技术新闻

Data Layer The data layer is a new feature in UE5 that can replace sub-levels, allowing the same location to change under different conditions (controlled by blueprints, such as when a player has a ce...

logo unreal

【GameplayAbility深入解析】之技能同步基础

Mar 24, 2025技术UE

这一节的目的是为了理解AbilitySystem中的,每个技能从激活那一刻开始,它相关的数据是如何进行网络同步的,而且,这里的同步,不是UE4传统意义上的状态同步,而是配合PredictionKey和Rpc实现的数据同步。