Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonButtonBase
Description
This should be used as a check before calling NativeOnHovered and NativeOnUnhovered. returns false if this button is set to explicitly block hover events on touch.
| Name | ShouldProcessHoverEvent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonButtonBase.h |
| Include Path | #include "CommonButtonBase.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonButtonBase.cpp |
bool ShouldProcessHoverEvent
(
EHoverEventSource HoverReason
)