Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FFindInBlueprintSearchManager
Description
Returns a copy of the search data that's cached at the given index. Will return invalid (empty) search data if the index is out of range
| Name | GetSearchDataForIndex |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
| Include Path | #include "FindInBlueprintManager.h" |
| Source | /Engine/Source/Editor/Kismet/Private/FindInBlueprintManager.cpp |
FSearchData GetSearchDataForIndex
(
int32 CacheIndex
)