UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRunTextContext Struct Reference

#include <IRun.h>

+ Inheritance diagram for FRunTextContext:

Public Member Functions

 FRunTextContext (const ETextShapingMethod InTextShapingMethod, const TextBiDi::ETextDirection InBaseDirection, FShapedTextCacheRef InShapedTextCache)
 
- Public Member Functions inherited from FShapedTextContext
 FShapedTextContext (const ETextShapingMethod InTextShapingMethod, const TextBiDi::ETextDirection InBaseDirection)
 
bool operator== (const FShapedTextContext &Other) const
 
bool operator!= (const FShapedTextContext &Other) const
 

Public Attributes

FShapedTextCacheRef ShapedTextCache
 
- Public Attributes inherited from FShapedTextContext
ETextShapingMethod TextShapingMethod
 
TextBiDi::ETextDirection BaseDirection
 

Detailed Description

The context needed when performing text operations on a run of text

Constructor & Destructor Documentation

◆ FRunTextContext()

FRunTextContext::FRunTextContext ( const ETextShapingMethod  InTextShapingMethod,
const TextBiDi::ETextDirection  InBaseDirection,
FShapedTextCacheRef  InShapedTextCache 
)
inline

Member Data Documentation

◆ ShapedTextCache

FShapedTextCacheRef FRunTextContext::ShapedTextCache

The shaped text cache that should be used by this line of text


The documentation for this struct was generated from the following file: