tranek / GASShooter

Advanced FPS/TPS Sample Project for Unreal Engine 4's GameplayAbilitySystem plugin
MIT License
953 stars 265 forks source link

meta data update in 4.26 to hide from modifiers #21

Closed ArchageXIII closed 3 years ago

ArchageXIII commented 3 years ago

GSAttributeSetBase.h line 97

currently meta = (HideFromLevelInfos) doesn't work in 4.26

this looks to be new one for 4.26.1 tested meta = (HideFromModifiers))

thanks for this amazing resource! working through it all at the moment.