UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSortedTexture Struct Reference

Public Member Functions

 FSortedTexture (int32 InMaxAllowedSizeX, int32 InMaxAllowedSizeY, EPixelFormat InFormat, int32 InCurSizeX, int32 InCurSizeY, int32 InLODBias, int32 InMaxAllowedSize, int32 InCurrentSize, const FString &InName, int32 InLODGroup, bool bInIsStreaming, bool bInIsUnknownRef, bool bInIsVirtual, int32 InUsageCount, int32 InNumMips, bool bInIsUncompressed)
 

Public Attributes

int32 MaxAllowedSizeX
 
int32 MaxAllowedSizeY
 
EPixelFormat Format
 
int32 CurSizeX
 
int32 CurSizeY
 
int32 LODBias
 
int32 MaxAllowedSize
 
int32 CurrentSize
 
FString Name
 
int32 LODGroup
 
bool bIsStreaming
 
bool bIsUnknownRef
 
bool bIsVirtual
 
bool bIsUncompressed
 
int32 UsageCount
 
int32 NumMips
 

Detailed Description

Helper structure for sorting textures by relative cost.

Constructor & Destructor Documentation

◆ FSortedTexture()

FSortedTexture::FSortedTexture ( int32  InMaxAllowedSizeX,
int32  InMaxAllowedSizeY,
EPixelFormat  InFormat,
int32  InCurSizeX,
int32  InCurSizeY,
int32  InLODBias,
int32  InMaxAllowedSize,
int32  InCurrentSize,
const FString &  InName,
int32  InLODGroup,
bool  bInIsStreaming,
bool  bInIsUnknownRef,
bool  bInIsVirtual,
int32  InUsageCount,
int32  InNumMips,
bool  bInIsUncompressed 
)
inline

Constructor, initializing every member variable with passed in values.

Member Data Documentation

◆ bIsStreaming

bool FSortedTexture::bIsStreaming

◆ bIsUncompressed

bool FSortedTexture::bIsUncompressed

◆ bIsUnknownRef

bool FSortedTexture::bIsUnknownRef

◆ bIsVirtual

bool FSortedTexture::bIsVirtual

◆ CurrentSize

int32 FSortedTexture::CurrentSize

◆ CurSizeX

int32 FSortedTexture::CurSizeX

◆ CurSizeY

int32 FSortedTexture::CurSizeY

◆ Format

EPixelFormat FSortedTexture::Format

◆ LODBias

int32 FSortedTexture::LODBias

◆ LODGroup

int32 FSortedTexture::LODGroup

◆ MaxAllowedSize

int32 FSortedTexture::MaxAllowedSize

◆ MaxAllowedSizeX

int32 FSortedTexture::MaxAllowedSizeX

◆ MaxAllowedSizeY

int32 FSortedTexture::MaxAllowedSizeY

◆ Name

FString FSortedTexture::Name

◆ NumMips

int32 FSortedTexture::NumMips

◆ UsageCount

int32 FSortedTexture::UsageCount

The documentation for this struct was generated from the following file: