unreal.MontageNotifyTickType

class unreal.MontageNotifyTickType

Bases: unreal.EnumBase

Ticking method for AnimNotifies in AnimMontages.

C++ Source:

  • Module: Engine

  • File: AnimTypes.h

BRANCHING_POINT

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

Type

1

QUEUED

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

Type

0