unreal.AbilityTask_PlayMontageAndWait

class unreal.AbilityTask_PlayMontageAndWait(outer: Object | None = None, name: Name | str = 'None')

Bases: AbilityTask

Ability task to simply play a montage. Many games will want to make a modified version of this task that looks for game-specific events

C++ Source:

  • Plugin: GameplayAbilities

  • Module: GameplayAbilities

  • File: AbilityTask_PlayMontageAndWait.h

Editor Properties: (see get_editor_property/set_editor_property)

  • on_blend_out (MontageWaitSimpleDelegate): [Read-Write]

  • on_cancelled (MontageWaitSimpleDelegate): [Read-Write]

  • on_completed (MontageWaitSimpleDelegate): [Read-Write]

  • on_interrupted (MontageWaitSimpleDelegate): [Read-Write]

property on_blend_out: MontageWaitSimpleDelegate

[Read-Write]

Type:

(MontageWaitSimpleDelegate)

property on_cancelled: MontageWaitSimpleDelegate

[Read-Write]

Type:

(MontageWaitSimpleDelegate)

property on_completed: MontageWaitSimpleDelegate

[Read-Write]

Type:

(MontageWaitSimpleDelegate)

property on_interrupted: MontageWaitSimpleDelegate

[Read-Write]

Type:

(MontageWaitSimpleDelegate)