Code Monkey home page Code Monkey logo

Comments (1)

tranek avatar tranek commented on July 20, 2024

Sorry, I can't find a way to contact you, so I opened this issue.

The best place to ask GAS questions is on the Unreal Slackers Discord Server. There's a channel just for GAS - #gameplay-abilities-plugin

Why it it is recommended to put ASC in player state instead of player controller?

In multiplayer, the PlayerController isn't available to other clients. Generally you want to see how much health someone else has. The purpose of the PlayerState is to hold the "state" of the player, meaning the things that we use attributes for. Alternatively, you can put the ASC on the pawn and just not destroy the pawn on death.

In single player it doesn't matter as long as it functions correctly.

Issue is being closed as it's not a bug / issue with the code or the README. Please use the Discord or the official Unreal Engine forums for questions on how to use GAS.

from gasdocumentation.

Related Issues (20)

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.