UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WidgetPath.h File Reference

Go to the source code of this file.

Classes

struct  FWidgetMatcher
 
class  FWidgetPath
 
class  FWeakWidgetPath
 
struct  FWeakWidgetPath::EInterruptedPathHandling
 
struct  FWeakWidgetPath::EPathResolutionResult
 

Enumerations

enum class  EWidgetPathSearchPurpose { Standard , FocusHandling }
 

Enumeration Type Documentation

◆ EWidgetPathSearchPurpose

Enumerates different purposes for searching through a widget path. Normally, Standard is appropriate.

Enumerator
Standard 

No specified search purpose. This will be the default and should be used when no other purpose matches

FocusHandling 

We are searching through the WidgetPath to change focus during navigation.