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

#include <TextureAtlas.h>

Public Attributes

int32 InitialMaxAtlasPagesBeforeFlushRequest = 1
 
int32 InitialMaxNonAtlasPagesBeforeFlushRequest = 1
 
int32 GrowAtlasFrameWindow = 1
 
int32 GrowNonAtlasFrameWindow = 1
 

Detailed Description

Parameters for flushable atlases that dictate when the atlas is allowed to flush after it becomes full

Member Data Documentation

◆ GrowAtlasFrameWindow

int32 FAtlasFlushParams::GrowAtlasFrameWindow = 1

◆ GrowNonAtlasFrameWindow

int32 FAtlasFlushParams::GrowNonAtlasFrameWindow = 1

◆ InitialMaxAtlasPagesBeforeFlushRequest

int32 FAtlasFlushParams::InitialMaxAtlasPagesBeforeFlushRequest = 1

◆ InitialMaxNonAtlasPagesBeforeFlushRequest

int32 FAtlasFlushParams::InitialMaxNonAtlasPagesBeforeFlushRequest = 1

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