What's the planned work?
Replace
Player.PostUpdateStats_delegate(PlayerController player)
and the related event, with
Player.ModifyStats_delegate(PlayerController player, StatBonuses stats)
where StatBonuses will be a type containing Modifiers instances related to every player stat.
Example
No response