Navigation
API > API/Plugins > API/Plugins/SlateInspectorToolset > API/Plugins/SlateInspectorToolset/USlateInspectorToolset
Description
Check if text is present or absent in the Slate widget tree. Non-blocking: checks once and returns immediately. Poll to wait.
| Name | WaitFor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Public/SlateInspectorToolset.h |
| Include Path | #include "SlateInspectorToolset.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Private/SlateInspectorToolset.cpp |
UFUNCTION (Meta=(AICallable), Category="SlateInspectorToolset")
static bool WaitFor
(
const FString & Text,
const FString & TextGone
)
Parameters
| Name | Remarks |
|---|---|
| Text | Text that must be present (empty = skip). |
| TextGone | Text that must be absent (empty = skip). |