Navigation
Unreal Engine C++ API Reference > Editor > Kismet > FFindInBlueprintSearchManager
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
Include | #include "FindInBlueprintManager.h" |
Source | /Engine/Source/Editor/Kismet/Private/FindInBlueprintManager.cpp |
void EnsureSearchQueryEnds ( const class [FStreamSearch](API\Editor\Kismet\FStreamSearch) * InSearchOriginator )
Remarks
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.
Parameters
Name | Description |
---|---|
InSearchOriginator | Identifying search stream to be stopped |