UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateEditableTextTypes::FScrollInfo Struct Reference

#include <SlateEditableTextTypes.h>

Public Member Functions

 FScrollInfo ()
 
 FScrollInfo (const FTextLocation InPosition, const ECursorAlignment InAlignment)
 

Public Attributes

FTextLocation Position
 
ECursorAlignment Alignment
 

Detailed Description

Information needed to be able to scroll to a given point

Constructor & Destructor Documentation

◆ FScrollInfo() [1/2]

SlateEditableTextTypes::FScrollInfo::FScrollInfo ( )
inline

◆ FScrollInfo() [2/2]

SlateEditableTextTypes::FScrollInfo::FScrollInfo ( const FTextLocation  InPosition,
const ECursorAlignment  InAlignment 
)
inline

Member Data Documentation

◆ Alignment

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

◆ Position

FTextLocation SlateEditableTextTypes::FScrollInfo::Position

The location in the document to scroll to (in line model space)


The documentation for this struct was generated from the following file: