EMaxConcurrentResolutionRule

Namespace: UAssetAPI.UnrealTypes.EngineEnums

public enum EMaxConcurrentResolutionRule

Inheritance ObjectValueTypeEnumEMaxConcurrentResolutionRule
Implements IComparable, IFormattable, IConvertible

Fields

NameValueDescription
PreventNew0
StopOldest1
StopFarthestThenPreventNew2
StopFarthestThenOldest3
StopLowestPriority4
StopQuietest5
StopLowestPriorityThenPreventNew6
Count7
EMaxConcurrentResolutionRule_MAX8