Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TextureCookPlatformTilingSettings |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/TextureDefines.h |
| Include Path | #include "Engine/TextureDefines.h" |
Syntax
enum TextureCookPlatformTilingSettings
{
TCPTS_FromTextureGroup,
TCPTS_Tile,
TCPTS_DoNotTile,
TCPTS_MAX,
}
Values
| Name | Remarks |
|---|---|
| TCPTS_FromTextureGroup | Get the tiling setting from the texture's group CookPlatformTilingDisabled setting. |
| TCPTS_Tile | The texture will be tiled during the cook process if the platform supports it. |
| TCPTS_DoNotTile | The texture will not be tiled during the cook process, and will be tiled when uploaded to the GPU if the platform supports it. |
| TCPTS_MAX |