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