UWidgetInteractionComponent::FindHoveredWidgetPath

Gets the WidgetPath for the widget being hovered over based on the hit result.

Windows
MacOS
Linux

Override Hierarchy

UWidgetInteractionComponent::FindHoveredWidgetPath()

UGoogleVRWidgetInteractionComponent::FindHoveredWidgetPath()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/WidgetInteractionComponent.h

Include

#include "Components/WidgetInteractionComponent.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/WidgetInteractionComponent.cpp

Syntax

virtual FWidgetPath FindHoveredWidgetPath
(
    const FWidgetTraceResult & TraceResult
) const

Remarks

Gets the WidgetPath for the widget being hovered over based on the hit result.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss