tranek / GASDocumentation

My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project.
MIT License
4.52k stars 819 forks source link

Updated documentation to reflect changes in 4.26 #57

Closed minimpoun closed 3 years ago

minimpoun commented 3 years ago

SpawnedAttributes will be made private in future engine versions. Use SetSpawnedAttributes, GetSpawnedAttributes, or GetSpawnedAttributes_Mutable instead.