Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/ISlateEditableTextWidget
Description
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
Derived Overrides
- SEditableText::UpdateAndClampVerticalScrollBar
- SMultiLineEditableText::UpdateAndClampVerticalScrollBar
| Name | UpdateAndClampVerticalScrollBar |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h |
| Include Path | #include "Widgets/Text/ISlateEditableTextWidget.h" |
float UpdateAndClampVerticalScrollBar
(
const float InViewOffset,
const float InViewFraction,
const EVisibility InVisiblityOverride
)