EScrollDirection

Enumerates scroll directions.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h

Include

#include "Types/SlateEnums.h"

Syntax

enum EScrollDirection
{
    Scroll_Down,
    Scroll_Up,
}

Values

Name

Description

Scroll_Down

Scroll down.

Scroll_Up

Scroll up.

Remarks

Enumerates scroll directions.

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