Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericPlatformApplicationMisc
Description
Searches for a window that matches the window name or the title starts with a particular text. When found, it returns the title text for that window
| Name | GetWindowTitleMatchingText |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformApplicationMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformApplicationMisc.h" |
static bool GetWindowTitleMatchingText
(
const TCHAR * TitleStartsWith,
FString & OutTitle
)
whether the window was found and the text copied or not
Parameters
| Name | Remarks |
|---|---|
| TitleStartsWith | an alternative search method that knows part of the title text |
| OutTitle | the string the data is copied into |