EMicroTransactionResult
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EMicroTransactionResult
Inheritance Object → ValueType → Enum → EMicroTransactionResult
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| MTR_Succeeded | 0 | |
| MTR_Failed | 1 | |
| MTR_Canceled | 2 | |
| MTR_RestoredFromServer | 3 | |
| MTR_MAX | 4 |