Skip to content

This is the source code for for the Plugin GAS Associate, that is supposed to make your life easier while using Unreal's Gameplay Ability System.

Notifications You must be signed in to change notification settings

Voidware-Prohibited/GASAssociate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GASAssociate

Description:

This is the source code for for the Plugin GAS Associate, that is supposed to make your life easier while using Unreal's Gameplay Ability System.

Information:

The plugin contains all the necessary C++ files required to make Gameplay Ability System work. There is already my tutorial series on using Gameplay Ability System, you can find it here. The repo contains blank C++ based projects for both Unreal 4.27 and Unreal 5.0

How to Use

Use Template Blank Project
  1. Download the Blank Project according to your required Engine Version
  2. Start working in the project directly OR
  3. Import your content in this Blank Project and start using GAS
Use Standalone Plugin Folder
  1. Download the Plugins folder from the Releases Section according to your required Engine Version
  2. If working with a Blueprint Only Project, first add a new C++ Class of Actor. If not continue to next step
  3. Paste the Plugins folder in the Project Root Directory
  4. Right Click on your .uproject file and select Generate Visual Studio Project Files
  5. Open the Visual Studio and build the project for first time use.
  6. Once compiled, open the Engine and start using GAS

NOTE: See linked video for further information on the capabilities of the plugin

Video:

Refer to the video for more information. GAS Associate | A plugin for Unreal Engine 5 and Unreal Engine 4

About

This is the source code for for the Plugin GAS Associate, that is supposed to make your life easier while using Unreal's Gameplay Ability System.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.2%
  • C# 7.6%
  • C 0.2%