ETextureSourceFormat
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum ETextureSourceFormat
Inheritance Object → ValueType → Enum → ETextureSourceFormat
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| TSF_Invalid | 0 | |
| TSF_G8 | 1 | |
| TSF_BGRA8 | 2 | |
| TSF_BGRE8 | 3 | |
| TSF_RGBA16 | 4 | |
| TSF_RGBA16F | 5 | |
| TSF_RGBA8 | 6 | |
| TSF_RGBE8 | 7 | |
| TSF_G16 | 8 | |
| TSF_MAX | 9 |