UScrollBox::SetScrollOffset

Updates the scroll offset of the scrollbox.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/ScrollBox.h

Include

#include "Components/ScrollBox.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/ScrollBox.cpp

Syntax

void SetScrollOffset
(
    float NewScrollOffset
)

Remarks

Updates the scroll offset of the scrollbox.

Parameters

Parameter

Description

NewScrollOffset

is in Slate Units.

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