Navigation
API > API/Editor > API/Editor/Kismet > API/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 ApplySearchDataToDatabase
&40;
FSearchData InSearchData,
bool bAllowNewEntry
&41;
Remarks
Applies the given search data to a matching entry in the database. Optionally adds a new entry if a match is not found.
Parameters
| Name | Description |
|---|---|
| InSearchData | Search data to be applied |
| bAllowNewEntry | Whether to allow a new entry to be added if a match is not found |