Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h |
| Include | #include "Layout/WidgetPath.h" |
Syntax
struct FWidgetMatcher
Remarks
Matches widgets against InWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< const SWidget > | WidgetToFind |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWidgetMatcher
(
const TSharedRef< const SWidget > InWidget |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsMatch
(
const TSharedRef< const SWidget >& InWidget |