FScrollInfo

Information needed to be able to scroll to a given point

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h

Include

#include "Widgets/Text/SlateEditableTextTypes.h"

Syntax

struct FScrollInfo

Remarks

Information needed to be able to scroll to a given point

Variables

Name Description

Public variable

ECursorAlignmen...

 

Alignment

The alignment at the given position.

Public variable

FTextLocation

 

Position

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

Constructors

Name Description

Public function

FScrollInfo()

Public function

FScrollInfo

(
    const FTextLocation InPosition,
    const ECursorAlignment InAlignment
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss