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