Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FPopupSupport
Description
Given a WidgetPath that was clicked, send notifications to any subscribers that were not under the mouse. i.e. Send the "Someone clicked outside me" notifications.
| Name | SendNotifications |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void SendNotifications
(
const FWidgetPath & WidgetsUnderCursor
)