Skip to content

Instantly share code, notes, and snippets.

@x157
x157 / # Updating ALyraPawn to implement Gameplay Ability System, Gameplay Cues and Gameplay Tags
Last active July 2, 2023 01:48
How to derive from ALyraPawn to implement Gameplay Ability System, Gameplay Cues and Gameplay Tags.
ALyraPawn as shipped in UE 5.0.1 does not implement Gameplay Ability System, Gameplay Cues or Gameplay Tags.
This gist documents how I was able to do so. Hopefully Epic updates Lyra to do this themselves in the future, but for now, here you go.