Choose your operating system:
Windows
macOS
Linux
| FSlateFlushableAtlasCache
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h |
Include |
#include "Textures/TextureAtlas.h" |
class FSlateFlushableAtlasCache
Base class for any atlas cache which has flushing logic to keep the number of in use pages small
Name | Description | |
---|---|---|
|
FSlateFlushableAtlasCache ( |
Name | Description | |
---|---|---|
|
~FSlateFlushableAtlasCache() |
Name | Description | ||
---|---|---|---|
|
RequestFlushCache ( |
Called when this cache must be flushed |
|
|
ResetFlushCounters() |
Resets all counters to their initial state to start over flushing logic |
|
|
UpdateFlushCounters |
Increments counters that determine if a flush is needed. |