Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRun.h |
| Include | #include "Framework/Text/ISlateRun.h" |
Syntax
struct FTextArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsLastVisibleBlock | ||
| bool | bIsNextBlockClipped | ||
| const TSharedRef< ILayoutBlock > & | Block | ||
| const FTextBlockStyle & | DefaultStyle | ||
| const FTextLayout::FLineView & | Line | ||
| ETextOverflowDirection | OverflowDirection | ||
| ETextOverflowPolicy | OverflowPolicy |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextArgs
(
const FTextLayout::FLineView& InLine, |