SEditableText::UpdateAndClampVerticalScrollBar

Called when the fraction and offset of the vertical scroll area has been recalculated.

Windows
MacOS
Linux

Override Hierarchy

ISlateEditableTextWidget::UpdateAndClampVerticalScrollBar()

SEditableText::UpdateAndClampVerticalScrollBar()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h

Include

#include "Widgets/Input/SEditableText.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.cpp

Syntax

virtual float UpdateAndClampVerticalScrollBar
(
    const float InViewOffset,
    const float InViewFraction,
    const EVisibility InVisiblityOverride
)

Remarks

Called when the fraction and offset of the vertical scroll area has been recalculated. This function should apply the new values to any scrollbars, and return a clamped vertical scroll value

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