![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
The context needed when performing text operations on a run of text
|
inline |
| FShapedTextCacheRef FRunTextContext::ShapedTextCache |
The shaped text cache that should be used by this line of text