🚀 Spring Sale is live! 🚀 Don't miss your chance to get all my products at 30% OFF!  

Get it!

Gameplay Effects Basic

Gameplay Effects

Check https://github.com/tranek/GASDocumentation?tab=readme-ov-file#concepts-ge for the basic knowledge of gameplay effects.

Gameplay Effect Calculation/Execution

MMC and Execution are the two main ways to participate in formula calculations in GAS. MMC itself has basic blueprint support, while Execution has very weak blueprint support.

MMC is sufficient in most cases, and GGA provides blueprint support for Execution through a function library.

gga guide 36

The following are examples of using these APIs:

gga guide 37
Bouns: In general, I don't really recommend that you design all attributes, including equipment attributes, as GameplayAttribute, but rather get the corresponding values from other objects (e.g. equipment Actor) via MMC or Execution when the GameplayEffect is executed.