Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UWidgetInteractionComponent
Description
Returns true if a widget under the hit result is has a visibility that makes it hit test visible. e.g. Slate widgets that return true for GetVisibility().IsHitTestVisible().
| Name | IsOverHitTestVisibleWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/WidgetInteractionComponent.h |
| Include Path | #include "Components/WidgetInteractionComponent.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/WidgetInteractionComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Interaction")
bool IsOverHitTestVisibleWidget() const