Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateFlushableAtlasCache
Description
Increments counters that determine if a flush is needed. If a flush is needed RequestFlushCache will be called from here
| Name | UpdateFlushCounters |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h |
| Include Path | #include "Textures/TextureAtlas.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Textures/TextureAtlas.cpp |
void UpdateFlushCounters
(
int32 NumGrayscale,
int32 NumColor,
int32 NumMsdf,
int32 NumNonAtlased
)