Navigation
API > API/Runtime > API/Runtime/SlateCore
Enumerates scroll directions.
| Name | EScrollDirection |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
| Include Path | #include "Types/SlateEnums.h" |
Syntax
enum EScrollDirection
{
Scroll_Down,
Scroll_Up,
}
Values
| Name | Remarks |
|---|---|
| Scroll_Down | Scroll down. |
| Scroll_Up | Scroll up. |