Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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 if  Ignored in non-networked gamegames.

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