Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FFindInBlueprintSearchManager
Description
This function ensures that the passed in search query ends in a safe manner. The search will no longer be valid to this manager, though it does not destroy any objects. Use this whenever the search is finished or canceled.
| Name | EnsureSearchQueryEnds |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
| Include Path | #include "FindInBlueprintManager.h" |
| Source | /Engine/Source/Editor/Kismet/Private/FindInBlueprintManager.cpp |
void EnsureSearchQueryEnds
(
const class FStreamSearch * InSearchOriginator
)
Parameters
| Name | Remarks |
|---|---|
| InSearchOriginator | Identifying search stream to be stopped |