Show / Hide Table of Contents

Enum EFontFallback

Sets the maximum font fallback level, for when a character can't be found in the selected font set.

Namespace: UE4.SlateCore
Assembly: UE4DotNet.dll
Syntax
public enum EFontFallback
Remarks

UI code that renders strings from a third party (e.g. player chat in a multiplayer game), should restrict font fallback to localized, (or to no fallback, if international font isn't important), to prevent potential performance problems.

Fields

Name Description
FF_LastResortFallback
FF_LocalizedFallback
FF_Max
FF_MAX
FF_NoFallback
  • Improve this Doc
  • View Source
Back to top Generated by DocFX