Navigation
API > API/Runtime > API/Runtime/Engine
Enum that allows for not overriding what the existing setting is - all the other values have the same meaning as ETextureEncodeSpeed
| Name | ETextureEncodeSpeedOverride |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/TextureEncodingSettings.h |
| Include Path | #include "TextureEncodingSettings.h" |
Syntax
enum ETextureEncodeSpeedOverride
{
Disabled = 255,
Final = 0,
FinalIfAvailable = 1,
Fast = 2,
}
Values
| Name | Remarks |
|---|---|
| Disabled | |
| Final | |
| FinalIfAvailable | |
| Fast |