UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWidgetMatcher Struct Reference

#include <WidgetPath.h>

Public Member Functions

 FWidgetMatcher (const TSharedRef< const SWidget > InWidget)
 
bool IsMatch (const TSharedRef< const SWidget > &InWidget) const
 

Public Attributes

TSharedRef< const SWidgetWidgetToFind
 

Detailed Description

Matches widgets against InWidget

Constructor & Destructor Documentation

◆ FWidgetMatcher()

FWidgetMatcher::FWidgetMatcher ( const TSharedRef< const SWidget InWidget)
inline

Member Function Documentation

◆ IsMatch()

bool FWidgetMatcher::IsMatch ( const TSharedRef< const SWidget > &  InWidget) const
inline

Member Data Documentation

◆ WidgetToFind

TSharedRef<const SWidget> FWidgetMatcher::WidgetToFind

The documentation for this struct was generated from the following file: