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 Type

Name

Parameters

Description

Return Type

Name

Parameters

Description

Boolean

OnCustomEvent

  • (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