ETickingGroup
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum ETickingGroup
Inheritance Object → ValueType → Enum → ETickingGroup
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| TG_PrePhysics | 0 | |
| TG_StartPhysics | 1 | |
| TG_DuringPhysics | 2 | |
| TG_EndPhysics | 3 | |
| TG_PostPhysics | 4 | |
| TG_PostUpdateWork | 5 | |
| TG_LastDemotable | 6 | |
| TG_NewlySpawned | 7 | |
| TG_MAX | 8 |