Navigation
API > API/Plugins > API/Plugins/SlateInspectorToolset
A single observer watching a Slate widget subtree.
| Name | FSlateInspectorToolsetObserver |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Public/SlateInspectorToolsetObserverManager.h |
| Include Path | #include "SlateInspectorToolsetObserverManager.h" |
Syntax
struct FSlateInspectorToolsetObserver
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRoot | bool | When true, this is the root observer covering all visible windows (RootWidget is ignored). | SlateInspectorToolsetObserverManager.h | |
| CachedSnapshotText | FString | Cached snapshot text from the most recent observer tick. | SlateInspectorToolsetObserverManager.h | |
| Identifier | FString | Unique identifier returned by AddObserver(). | SlateInspectorToolsetObserverManager.h | |
| MaxDepth | int32 | Maximum depth to walk from the root. | SlateInspectorToolsetObserverManager.h | |
| RootWidget | TWeakPtr< SWidget > | Root widget to observe. Invalid (null) when bRoot is true. | SlateInspectorToolsetObserverManager.h |