Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
Inheritance Hierarchy
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h |
| Include | #include "Framework/Text/IRun.h" |
Syntax
class IRun
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IRun () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendTextTo
(
FString& Text |
||
| void | AppendTextTo
(
FString& Text, |
||
| void | BeginLayout () |
||
| TSharedRef< IRun > | Clone () |
||
| TSharedRef< class ILayoutBlock > | CreateBlock
(
int32 StartIndex, |
||
| void | EndLayout () |
||
| int16 | GetBaseLine
(
float Scale |
||
| int8 | GetKerning
(
int32 CurrentIndex, |
||
| FVector2D | GetLocationAt
(
const TSharedRef< ILayoutBlock >& Block, |
||
| int16 | GetMaxHeight
(
float Scale |
||
| ERunAttributes | |||
| const FRunInfo & | GetRunInfo () |
||
| int32 | GetTextIndexAt
(
const TSharedRef< ILayoutBlock >& Block, |
||
| FTextRange | GetTextRange () |
||
| FVector2D | Measure
(
int32 StartIndex, |
||
| void | Move
(
const TSharedRef< FString >& NewText, |
||
| void | SetTextRange
(
const FTextRange& Value |