Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
| Include | #include "FindInBlueprintManager.h" |
Syntax
struct FSearchData
Remarks
Tracks data relevant to a Blueprint for searches
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftObjectPath | AssetPath | The full asset path this search data is associated with of the form /Game/Path/To/Package.Package | |
| TWeakObjectPtr< UBlueprint > | Blueprint | The Blueprint this search data points to, if available | |
| FImaginaryFiBDataSharedPtr | ImaginaryBlueprint | Cached ImaginaryBlueprint data for the searchable content, prevents having to re-parse every search | |
| TArray< FString > | Interfaces | Interfaces implemented by the Blueprint | |
| FString | ParentClass | Parent Class | |
| ESearchDataStateFlags | StateFlags | State flags (see enum) | |
| FString | Value | Search data block for the Blueprint | |
| FSearchDataVersionInfo | VersionInfo | Data versioning |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSearchData () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| bool | IsValid () |