unreal.AnimNextModuleInitMethod

class unreal.AnimNextModuleInitMethod

Bases: EnumBase

EAnim Next Module Init Method

C++ Source:

  • Plugin: UAF

  • Module: UAF

  • File: AnimNextModuleInitMethod.h

INITIALIZE_AND_PAUSE: AnimNextModuleInitMethod = Ellipsis

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

Type:

1

INITIALIZE_AND_PAUSE_IN_EDITOR: AnimNextModuleInitMethod = Ellipsis

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

Type:

2

INITIALIZE_AND_RUN: AnimNextModuleInitMethod = Ellipsis

Set up data structures then continue updating

Type:

3

NONE: AnimNextModuleInitMethod = Ellipsis

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

Type:

0