Navigation
API > API/Runtime > API/Runtime/SlateCore
Parameters for flushable atlases that dictate when the atlas is allowed to flush after it becomes full
| Name | FAtlasFlushParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h |
| Include Path | #include "Textures/TextureAtlas.h" |
Syntax
struct FAtlasFlushParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GrowAtlasFrameWindow | int32 | Textures/TextureAtlas.h | ||
| GrowNonAtlasFrameWindow | int32 | Textures/TextureAtlas.h | ||
| InitialMaxAtlasPagesBeforeFlushRequest | int32 | Textures/TextureAtlas.h | ||
| InitialMaxNonAtlasPagesBeforeFlushRequest | int32 | Textures/TextureAtlas.h |