/
Custom Event

Custom Event


This Task will call the Ability's OnCustomEvent Blueprint Method.


Event

  • Event Name
    • The Name to identify this event by when calling into the OnCustomEvent method.

Realm

  • Realm
    • The realm (Client/Server) to execute this task on. Ignored in non-networked games.

Timing

  • Start Time
    • When to begin this Task.
  • End Time
    • Hidden. This task is always 1 frame long.


Return TypeNameParametersDescription
BooleanOnCustomEvent
  • (UAblAbilityContext) AbilityContext - The Ability Context of this Ability.
  • (FName) EventName- The Event Name passed in from the Task that called this method.
This event is a generic catch all for any custom Blueprint logic your Ability may need.

Release Notes / Revision History

  • 1.0

Related content

Custom Task
Custom Task
More like this
Play Ability
Play Ability
More like this
Blueprint Reference
Blueprint Reference
More like this
Branch
Branch
More like this
Set Gameplay Tag
Set Gameplay Tag
More like this
Ability Editor
Ability Editor
More like this