Add events "OnFootstep" and "OnAbilityStart", "OnAbilityStop" natively

Haytam95

Active member
I'm working on a Wwise integration with UCC.

As the sound system is a little closed, one nice workaround that I found was to extend from the class Foot Effects to fire an event when a footstep is performed and extend the abilities to fire an OnAbilityStart and OnAbilityStop events.

While it's working, perhaps it could have another usages and maybe it would be nice to have natively.

To detect the Ability in the event, they could have a "Name" attribute that takes the dev input or uses the class name if left empty.

C#:
typeof(T).Name
 
Last edited:
Top