Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
Inheritance Hierarchy
- FShapedTextContext
- FRunTextContext
- FLayoutBlockTextContext
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h |
| Include | #include "Framework/Text/IRun.h" |
Syntax
struct FLayoutBlockTextContext : public FRunTextContext
Remarks
The context needed when creating a block from a run of a text
Variables
| Type | Name | Description | |
|---|---|---|---|
| TextBiDi::ETextDirection | TextDirection | The reading direction of the text contained within this block |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLayoutBlockTextContext
(
const FRunTextContext& InRunTextContext, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FLayoutBlockTextContext& Other |
||
| bool | operator==
(
const FLayoutBlockTextContext& Other |