Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTexture
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsCookPlatformTilingDisabled
(
const ITargetPlatformSettings* TargetPlatformSettings |
Checks whether this texture should be tiled to a platform-specific format during cook, or whether the bNotOfflineProcessed flag should be set to true at runtime because it has not been tiled at cook | Engine/Texture.h | |
bool IsCookPlatformTilingDisabled
(
const ITargetPlatform* TargetPlatform |
Legacy function to support the old API, will call IsCookPlatformTilingDisabled with ITargetPlatformSettings | Engine/Texture.h |
IsCookPlatformTilingDisabled(const ITargetPlatformSettings *)
Description
Checks whether this texture should be tiled to a platform-specific format during cook, or whether the bNotOfflineProcessed flag should be set to true at runtime because it has not been tiled at cook
| Name | IsCookPlatformTilingDisabled |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Texture.cpp |
bool IsCookPlatformTilingDisabled
(
const ITargetPlatformSettings * TargetPlatformSettings
) const
true if platform tiling during cook is disabled for this texture
Parameters
| Name | Remarks |
|---|---|
| TargetPlatformSettings | The platform for which the texture is being cooked and texture group info will be extracted from. If null, this info will be extracted from UDeviceProfileManager::Get().GetActiveProfile(), possibly at runtime |
IsCookPlatformTilingDisabled(const ITargetPlatform *)
Description
Legacy function to support the old API, will call IsCookPlatformTilingDisabled with ITargetPlatformSettings
| Name | IsCookPlatformTilingDisabled |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Texture.cpp |
bool IsCookPlatformTilingDisabled
(
const ITargetPlatform * TargetPlatform
) const