SFindInBlueprints

Widget for searching for (functions/events) across all blueprints or just a single blueprint

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

~SFindInBlueprints()

Functions

Name Description

Public function

void

 

CacheAllBlueprints

(
    const FFindInBlueprintCachingOption...
)

Asynchronously caches all Blueprints below a specified version.

Public function

void

 

CloseHostTab()

If this is a global find results widget, ask the host tab to close

Public function

void

 

Construct

(
    const FArguments& InArgs,
    TSharedPtr< class FBlueprintEditor ...
)

Public function

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

Public function Const

FName

 

GetHostTabId()

If this is a global find results widget, returns the host tab's unique ID.

Public function Const

bool

 

IsLocked()

Determines if this context does not accept syncing from an external source

Public function

void

 

MakeSearchQuery

(
    FString InSearchString,
    bool bInIsFindWithinBlueprint,
    const FStreamSearchOptions& InSear...,
    FOnSearchComplete InOnSearchComplet...
)

Submits a search query

Public function

void

 

OnCacheComplete

(
    EFiBCacheOpType InOpType,
    EFiBCacheOpFlags InOpFlags
)

Called when caching Blueprints is complete

Public function

void

 

OnCacheStarted

(
    EFiBCacheOpType InOpType,
    EFiBCacheOpFlags InOpFlags
)

Called when caching Blueprints is started

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnKeyDown

(
    const FGeometry& MyGeometry,
    const FKeyEvent& InKeyEvent
)

SWidget overrides

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss