ITextureFormat::SupportsTiling

Whether device-specific tiling is supported by the compressor.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormat.h

Include

#include "Interfaces/ITextureFormat.h"

Syntax

virtual bool SupportsTiling
(
    const struct FTextureBuildSettings & BuildSettings
) const

Remarks

Whether device-specific tiling is supported by the compressor.

Returns

true if tiling is supported, false if it must be done by the caller

Parameters

Parameter

Description

BuildSettings

Build settings.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss