FModel icon indicating copy to clipboard operation
FModel copied to clipboard

Adding texture array handling/previewing

Open Bmarquez1997 opened this issue 1 year ago • 0 comments

Currently, a few textures in the Fortnite files are stored as UTexture2DArray objects, which pack multiple images into a single image with multiple layers. For example, TA_Atlas_Figure_EyeAndLash_Char01 has 20 different textures packed into that single object.

343900763-111a6d84-b0d4-4204-90c3-a083ceeec581

This PR adds handling for UTexture2DArray objects, and allows the user to view and save all layers of an image instead of just the first layer.

FModelLayers

Depends on CUE4Parse PR 145

Bmarquez1997 avatar Jun 27 '24 18:06 Bmarquez1997