UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ETexturePowerOfTwoSetting Namespace Reference

Enumerations

enum  Type : int {
  None , PadToPowerOfTwo , PadToSquarePowerOfTwo , StretchToPowerOfTwo ,
  StretchToSquarePowerOfTwo , ResizeToSpecificResolution
}
 

Detailed Description

Options for texture padding mode.

Enumeration Type Documentation

◆ Type

Enumerator
None 

Do not modify the texture dimensions.

PadToPowerOfTwo 

Pad the texture to the nearest power of two size.

PadToSquarePowerOfTwo 

Pad the texture to the nearest square power of two size.

StretchToPowerOfTwo 

Stretch the texture to the nearest power of two size.

StretchToSquarePowerOfTwo 

Stretch the texture to the nearest square power of two size.

ResizeToSpecificResolution 

Resize the texture to specific user defined resolution.