Navigation
Unreal Engine C++ API Reference > Editor > Kismet
Inheritance Hierarchy
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
Include | #include "FindInBlueprints.h" |
Syntax
class SFindInBlueprints : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Remarks
Widget for searching for (functions/events) across all blueprints or just a single blueprint
Destructors
Type | Name | Description |
---|---|---|
~SFindInBlueprints () |
Functions
Type | Name | Description |
---|---|---|
void | CacheAllBlueprints ( const FFindInBlueprintCachingOption... ) | 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, TSharedPtr< class FBlueprintEditor ... ) | |
void | FocusForUse ( bool bSetFindWithinBlueprint, FString NewSearchTerms, bool bSelectFirstResult ) | 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 | IsSearchInProgress () | Determines whether a search query is actively in progress |
void | MakeSearchQuery ( FString InSearchString, bool bInIsFindWithinBlueprint, const FStreamSearchOptions& InSear..., FOnSearchComplete InOnSearchComplet... ) | Submits a search query |
void | OnCacheComplete ( EFiBCacheOpType InOpType, EFiBCacheOpFlags InOpFlags ) | Called when caching Blueprints is complete |
void | OnCacheStarted ( EFiBCacheOpType InOpType, EFiBCacheOpFlags InOpFlags ) | Called when caching Blueprints is started |
Overridden from SWidget
Type | Name | Description |
---|---|---|
FReply | OnKeyDown ( const FGeometry& MyGeometry, const FKeyEvent& InKeyEvent ) | SWidget overrides |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |