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)

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss