Skip to main content

1. Enable Gameplay Ability System in Your Project

Convert Your Project into C++

Note: Only do this if Your Project is still on Blueprint-Only Mode.

  • Open Your Project in Unreal Engine.
  • Select Tools - New C++ Class....
  • You can create any class and delete it later if you don't need it.
    For example, i just create a Public class named Test from None.

  • a