unreal.MontageNotifyTickType

class unreal.MontageNotifyTickType

Bases: EnumBase

Ticking method for AnimNotifies in AnimMontages.

C++ Source:

  • Module: Engine

  • File: AnimTypes.h

BRANCHING_POINT: MontageNotifyTickType

Trigger notifies as they are encountered (Slower). Suitable for changing sections or montage position.

Type:

1

QUEUED: MontageNotifyTickType

Queue notifies, and trigger them at the end of the evaluation phase (faster). Not suitable for changing sections or montage position.

Type:

0