Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UMenuAnchor
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/MenuAnchor.h |
Include | #include "Components/MenuAnchor.h" |
Source | /Engine/Source/Runtime/UMG/Private/Components/MenuAnchor.cpp |
bool ShouldOpenDueToClick&40;&41; const
Remarks
Returns true if we should open the menu due to a click. Sometimes we should not, if the same MouseDownEvent that just closed the menu is about to re-open it because it happens to land on the button.