Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SFindInBlueprints
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
| Include | #include "FindInBlueprints.h" |
Syntax
class SFindInBlueprints : public SCompoundWidget
Remarks
Widget for searching for (functions/events) across all blueprints or just a single blueprint
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CacheAllBlueprints
(
const FFindInBlueprintCachingOptions& InOptions |
Asynchronously caches all Blueprints below a specified version. | |
| void | ClearResults () |
Clears the currently visible results | |
| void | CloseHostTab () |
If this is a global find results widget, ask the host tab to close | |
| void | Construct
(
const FArguments& InArgs, |
||
| void | FocusForUse
(
bool bSetFindWithinBlueprint, |
Focuses this widget's search box, and changes the mode as well, and optionally the search terms | |
| FName | GetHostTabId () |
If this is a global find results widget, returns the host tab's unique ID. | |
| bool | IsLocked () |
Determines if this context does not accept syncing from an external source | |
| bool | Determines whether a search query is actively in progress | ||
| void | MakeSearchQuery
(
FString InSearchString, |
Submits a search query | |
| void | OnCacheComplete
(
EFiBCacheOpType InOpType, |
Called when caching Blueprints is complete | |
| void | OnCacheStarted
(
EFiBCacheOpType InOpType, |
Called when caching Blueprints is started |
Overridden from SWidget
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |