unreal.TextureCookPlatformTilingSettings

class unreal.TextureCookPlatformTilingSettings

Bases: EnumBase

Texture Cook Platform Tiling Settings

C++ Source:

  • Module: Engine

  • File: TextureDefines.h

TCPTS_DO_NOT_TILE: TextureCookPlatformTilingSettings

The texture will not be tiled during the cook process, and will be tiled when uploaded to the GPU if the platform supports it.

Type:

2

TCPTS_FROM_TEXTURE_GROUP: TextureCookPlatformTilingSettings

Get the tiling setting from the texture’s group CookPlatformTilingDisabled setting. By default it’s to tile during cook, unless it has been changed in the texture group

Type:

0

TCPTS_TILE: TextureCookPlatformTilingSettings

The texture will be tiled during the cook process if the platform supports it.

Type:

1