![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateEditableTextTypes.h>
Public Member Functions | |
| FScrollInfo () | |
| FScrollInfo (const FTextLocation InPosition, const ECursorAlignment InAlignment) | |
Public Attributes | |
| FTextLocation | Position |
| ECursorAlignment | Alignment |
Information needed to be able to scroll to a given point
|
inline |
|
inline |
| ECursorAlignment SlateEditableTextTypes::FScrollInfo::Alignment |
The alignment at the given position. This may affect which line view the character maps to when converted from line model space
| FTextLocation SlateEditableTextTypes::FScrollInfo::Position |
The location in the document to scroll to (in line model space)