Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SEditableText
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
Virtual Inheritance
- ISlateEditableTextWidget::UpdateAndClampVerticalScrollBar → SEditableText::UpdateAndClampVerticalScrollBar
| Name | UpdateAndClampVerticalScrollBar |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h |
| Include Path | #include "Widgets/Input/SEditableText.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.cpp |
virtual float UpdateAndClampVerticalScrollBar
(
const float InViewOffset,
const float InViewFraction,
const EVisibility InVisiblityOverride
)