EPSCPoolMethod
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EPSCPoolMethod
Inheritance Object → ValueType → Enum → EPSCPoolMethod
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| AutoRelease | 1 | |
| ManualRelease | 2 | |
| ManualRelease_OnComplete | 3 | |
| FreeInPool | 4 | |
| EPSCPoolMethod_MAX | 5 |