reznok / GMCAbilitySystem

An Unreal Engine plugin that adds an ability system to the General Movement Component plugin
MIT License
31 stars 14 forks source link

Attribute Replication Cleanup #55

Closed Packetdancer closed 4 months ago

Packetdancer commented 5 months ago

This PR alters attributes to be replicated more conservatively, so we're not just replicating the entire collection of attributes all at once.

I've tested this PR in both my own game project and in the GMAS + GMCEx template project, and in both cases it works successfully. However, it would probably be best if one or both of you did a sanity-check pass and tried it in your own game as well!

Packetdancer commented 5 months ago

@reznok - Any thoughts on this, or should we merge it in?