ISlateAtlasProvider::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/Textures/TextureAtlas.h

Include

#include "Textures/TextureAtlas.h"

Syntax

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)