FSlateFontCache::IsAtlasPageResourceAlphaOnly

Does the page resources for the given index only contain alpha information? This affects how the atlas visualizer will sample them (verify with GetNumAtlasPages)

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ISlateAtlasProvider::IsAtlasPageResourceAlphaOnly()

FSlateFontCache::IsAtlasPageResourceAlphaOnly()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h

Include

#include "Fonts/FontCache.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp

Syntax

virtual bool IsAtlasPageResourceAlphaOnly
(
    const int32 InIndex
) const

Remarks

Does the page resources for the given index only contain alpha information? This affects how the atlas visualizer will sample them (verify with GetNumAtlasPages)