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