UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TextureLayout.h File Reference
#include "CoreMinimal.h"
#include "RHIDefinitions.h"

Go to the source code of this file.

Classes

class  FTextureLayout
 
class  FBinnedTextureLayout
 

Namespaces

namespace  TextureLayoutTools
 

Enumerations

enum class  ETextureLayoutAspectRatio { None , Force2To1 , ForceSquare }
 

Functions

template<typename ValueType >
void TextureLayoutTools::ComputeDifferenceArray (const ValueType *ValuesA, const ValueType *ValuesB, const int32 ValueCount, TArray< double > &OutValueDifferences)
 
template<typename ValueType >
double TextureLayoutTools::ComputeRootMeanSquareDeviation (const ValueType *Values, const int32 ValueCount)
 

Enumeration Type Documentation

◆ ETextureLayoutAspectRatio

Enumerator
None 
Force2To1 
ForceSquare