CalculateLODBias

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

int32

 

CalculateLODBias

(
    const UTexture* Texture,
    bool bIncCinematicMips
)

Calculates and returns the LOD bias based on texture LOD group, LOD bias and maximum size.

Public function Const

int32

 

CalculateLODBias

(
    int32 Width,
    int32 Height,
    int32 MaxSize,
    int32 LODGroup,
    int32 LODBias,
    int32 NumCinematicMipLevels,
    TextureMipGenSettings MipGenSetting,
    bool bVirtualTexture
)

Calculates and returns the LOD bias based on the information provided.

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