Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UUserWidget
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include | #include "Blueprint/UserWidget.h" |
UFUNCTION (BlueprintImplementableEvent, BlueprintCosmetic, Category="Input")
void OnRemovedFromFocusPath
(
FFocusEvent InFocusEvent
)
Remarks
If focus is lost on on this widget or on a child widget and this widget is no longer part of the focus path.
Parameters
| Name | Description |
|---|---|
| InFocusEvent | FocusEvent |