unreal.AnimNextScheduleInitMethod

class unreal.AnimNextScheduleInitMethod

Bases: EnumBase

EAnim Next Schedule Init Method

C++ Source:

  • Plugin: AnimNext

  • Module: AnimNext

  • File: AnimNextSchedule.h

INITIALIZE_AND_PAUSE: AnimNextScheduleInitMethod

Set up data structures, perform an initial update and then pause

Type:

1

INITIALIZE_AND_PAUSE_IN_EDITOR: AnimNextScheduleInitMethod

Set up data structures, perform an initial update and then pause in editor only, otherwise act like InitializeAndRun

Type:

2

INITIALIZE_AND_RUN: AnimNextScheduleInitMethod

Set up data structures then continue updating

Type:

3

NONE: AnimNextScheduleInitMethod

Do not perform any initial update, set up data structures only

Type:

0