FSlateFlushableAtlasCache::UpdateFlushCounters

Increments counters that determine if a flush is needed.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

void UpdateFlushCounters
(
    int32 NumGrayscale,
    int32 NumColor,
    int32 NumNonAtlased
)

Remarks

Increments counters that determine if a flush is needed. If a flush is needed RequestFlushCache will be called from here