unreal.AnimNextModuleInitMethod¶
- class unreal.AnimNextModuleInitMethod¶
Bases:
EnumBaseEAnim Next Module Init Method
C++ Source:
Plugin: AnimNext
Module: AnimNext
File: AnimNextModule.h
- INITIALIZE_AND_PAUSE: AnimNextModuleInitMethod¶
Set up data structures, perform an initial update and then pause
- Type:
1
- INITIALIZE_AND_PAUSE_IN_EDITOR: AnimNextModuleInitMethod¶
Set up data structures, perform an initial update and then pause in editor only, otherwise act like InitializeAndRun
- Type:
2
- INITIALIZE_AND_RUN: AnimNextModuleInitMethod¶
Set up data structures then continue updating
- Type:
3
- NONE: AnimNextModuleInitMethod¶
Do not perform any initial update, set up data structures only
- Type:
0