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

Go to the source code of this file.

Classes

struct  FRunInfo
 
struct  FShapedTextContext
 
struct  FRunTextContext
 
struct  FLayoutBlockTextContext
 
class  IRun
 

Enumerations

enum class  ERunAttributes : uint8 { None = 0 , SupportsText = 1<<0 }
 

Functions

 ENUM_CLASS_FLAGS (ERunAttributes)
 

Enumeration Type Documentation

◆ ERunAttributes

enum class ERunAttributes : uint8
strong

Attributes that a run can have

Enumerator
None 

This run has no special attributes

SupportsText 

This run supports text, and can have new text inserted into it Note that even a run which doesn't support text may contain text (likely a breaking space character), however that text should be considered immutable

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( ERunAttributes  )