Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/IWidgetReflector.h |
| Include | #include "Framework/Application/IWidgetReflector.h" |
Syntax
class IWidgetReflector
Remarks
Interface for widget reflectors.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Checks whether user is in the process of selecting a widget. | ||
| bool | Checks whether we are visualizing the focused widgets. | ||
| bool | Checks whether we should be inspecting widgets and visualizing their layout. | ||
| void | Called when the user has picked a widget to observe. | ||
| bool | ReflectorNeedsToDrawIn
(
TSharedRef< SWindow > ThisWindow |
||
| void | SetAssetAccessDelegate
(
FAccessAsset InDelegate |
||
| void | SetSourceAccessDelegate
(
FAccessSourceCode InDelegate |
||
| void | SetWidgetsToVisualize
(
const FWidgetPath& InWidgetsToVisualize |
Sets the widget that should be visualized. | |
| int32 | Visualize
(
const FWidgetPath& InWidgetsToVisualize, |
Take a snapshot of the UI pertaining to the widget that the user is hovering and visualize it. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnEventProcessed
(
const FInputEvent& Event, |
OnEventProcessed is deprecated. Use FSlateDebugging. | |
| int32 | VisualizeCursorAndKeys
(
FSlateWindowElementList& OutDrawElements, |
VisualizeCursorAndKeys is deprecated. Use FSlateDebugging. |