[GAS] Ability Types

How can I create Ability types in c++? I’m following step by step the GAS Documentation of Github and I don’t know how to make an ability type

1 Like

Have you checked the actual unreal documentation for gameplay abilities? Using Gameplay Abilities in Unreal Engine | Unreal Engine 5.0 Documentation

You need to create a new class that derives from UGameplayAbility.

1 Like