Navigation
API > API/Plugins > API/Plugins/CommonUI
Enum to represent which common UI tree node takes scroll input
| Name | ECommonUIScrollRecipientOwningNodeSource |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUserWidget.h |
| Include Path | #include "CommonUserWidget.h" |
Syntax
enum ECommonUIScrollRecipientOwningNodeSource
{
ScrollRecipient,
RegisteringUserWidget,
}
Values
| Name | Remarks |
|---|---|
| ScrollRecipient | The scroll recipient owner takes scroll input |
| RegisteringUserWidget | The userwidget that is registering the scroll recipient takes scroll input. |