EMaxConcurrentResolutionRule
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EMaxConcurrentResolutionRule
Inheritance Object → ValueType → Enum → EMaxConcurrentResolutionRule
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| PreventNew | 0 | |
| StopOldest | 1 | |
| StopFarthestThenPreventNew | 2 | |
| StopFarthestThenOldest | 3 | |
| StopLowestPriority | 4 | |
| StopQuietest | 5 | |
| StopLowestPriorityThenPreventNew | 6 | |
| Count | 7 | |
| EMaxConcurrentResolutionRule_MAX | 8 |