Lyra: Initializing health stat LyraHealthSet?

So in Lyra, I’ve managed to damage an actor

which requires initializing LyraHealthSet and so now it would be nice to tell that health to be above 0. I assume that would be set in this data table on initialization:

but as of yet I’m unable to affect it. It could be that my data table row name is incorrect. I believe it needs to be specific.

Screenshot 2022-11-13 192622

I’ve tried LyraHealthSet.Health, Health, LyraHealthSet to no avail. Health of my actor remains at 0

image

Need to Initialize with Ability System using Lyra Get Ability System Component, and use a data table row name of LyraHealthSet.MaxHealth.

1 Like