ITextureFormat::GetFormatCapabilitiesEx

Gets the capabilities of the texture compressor.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITextureFormat.h"

Syntax

virtual FTextureFormatCompressorCaps GetFormatCapabilitiesEx
(
    const struct FTextureBuildSettings & BuildSettings,
    uint32 NumMips,
    const struct FImage & ExampleImage,
    bool bImageHasAlphaChannel
) const

Remarks

Gets the capabilities of the texture compressor.

Parameters

Parameter

Description

OutCaps

Filled with capability properties of texture format compressor.

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