Navigation
API > API/Runtime > API/Runtime/Slate
The context needed when performing text operations on a run of text
| Name | FRunTextContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h |
| Include Path | #include "Framework/Text/IRun.h" |
Syntax
struct FRunTextContext : public FShapedTextContext
Inheritance Hierarchy
- FShapedTextContext → FRunTextContext
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRunTextContext
(
const ETextShapingMethod InTextShapingMethod, |
Framework/Text/IRun.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ShapedTextCache | FShapedTextCacheRef | The shaped text cache that should be used by this line of text | Framework/Text/IRun.h |