EFontLoadingPolicy

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Fonts/CompositeFont.h"

Syntax

enum EFontLoadingPolicy
{
    LazyLoad,
    Stream,
    Inline,
}

Values

Name

Description

LazyLoad

Lazy load the entire font into memory.

Stream

Stream the font from disk.

Inline

Embed the font data within the asset.

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