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