UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FontCacheCompositeFont.cpp File Reference

Classes

class  FAsyncLoadFontFaceData
 

Namespaces

namespace  Private
 

Functions

 DECLARE_CYCLE_STAT (TEXT("Load Font"), STAT_SlateLoadFont, STATGROUP_Slate)
 

Variables

FAutoConsoleVariableRef CVarAsyncLazyLoad (TEXT("Slate.Font.AsyncLazyLoad"), GAsyncFontLazyLoad, TEXT("Causes unloaded font faces that are lazily loaded, to be loaded asynchronously, until then the font won't measure correctly. Once complete the UI will invalidate."))
 

Function Documentation

◆ DECLARE_CYCLE_STAT()

DECLARE_CYCLE_STAT ( TEXT("Load Font" ,
STAT_SlateLoadFont  ,
STATGROUP_Slate   
)

Variable Documentation

◆ CVarAsyncLazyLoad

FAutoConsoleVariableRef CVarAsyncLazyLoad(TEXT("Slate.Font.AsyncLazyLoad"), GAsyncFontLazyLoad, TEXT("Causes unloaded font faces that are lazily loaded, to be loaded asynchronously, until then the font won't measure correctly. Once complete the UI will invalidate.")) ( TEXT("Slate.Font.AsyncLazyLoad")  ,
GAsyncFontLazyLoad  ,
TEXT("Causes unloaded font faces that are lazily loaded, to be loaded asynchronously, until then the font won't measure correctly. Once complete the UI will invalidate."  
)