Giter Club home page Giter Club logo

gas-gamefeatureactions's Introduction

Setup

  1. Add the following line to your <PROJECT_NAME>.h file:
DECLARE_LOG_CATEGORY_EXTERN(Log<PROJECT_NAME>, Log, All)
  1. Add the following line to your <PROJECT_NAME>.cpp file:
DEFINE_LOG_CATEGORY(Log<PROJECT_NAME>)
  1. Replace ALL instances of <PROJECT_NAME> with the the name of your project (in PascalCase) and all <PROJECT_NAME_UPPER> with the name in all caps and no spaces

  2. Add the following plugins to your project:

  • Enhanced Input
  • Gameplay Abilities
  • Game Features
  • Modular Gameplay
  • Ability System Game Feature Actions
  1. Add the following to your dependency lists in your PROJECT_NAME.build.cs file:

PublicDependencyModuleNames.AddRange(new string[] { "EnhancedInput" });

PrivateDependencyModuleNames.AddRange(new string[] {"ModularGameplay", "GameFeatures", "GameplayAbilities", "GameplayTags", "GameplayTasks"  });

  1. Replace all instances of PROJECT_NAME in file names to the name of your project(in PascalCase)

  2. Finish setting up the GameplayAbilitySystem (if not done already)

  3. Update input settings to use enhanced input classes

Input Settings

  1. Edit the level blueprint and add code to enable your new plugins

Event Level Graph

gas-gamefeatureactions's People

Contributors

leonardparisi avatar

Stargazers

Gabriel de Souza Fernandes avatar Vanan A. avatar Barış KAÇİN avatar Arsha avatar Lai Qianqian avatar Joseph Luce avatar Chris Mills-Bowling avatar  avatar  avatar SolidPenguin avatar  avatar Marcio Vale avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.