FFindInBlueprintsResult

Item that matched the search results

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h

Include

#include "FindInBlueprintManager.h"

Syntax

class FFindInBlueprintsResult : public TSharedFromThis< FFindInBlueprintsResult >

Remarks

Item that matched the search results

Variables

Name Description

Public variable

TArray< TShared...

 

Children

Any children listed under this category

Public variable

FString

 

CommentText

Display text for comment information

Public variable

FText

 

DisplayText

The display text for this item

Public variable

TWeakPtr< FFind...

 

Parent

If it exists it is the blueprint

Constructors

Name Description

Public function

FFindInBlueprintsResult()

Public function

FFindInBlueprintsResult

(
    const FText& InDisplayText
)

Create a root

Destructors

Name Description

Public function Virtual

~FFindInBlueprintsResult()

Functions

Name Description

Public function Virtual Const

TSharedRef< ...

 

CreateIcon()

Create an icon to represent the result

Public function Virtual

void

 

FinalizeSearchData()

Finalizes any content for the search data that was unsafe to do on a separate thread

Public function Virtual Const

FText

 

GetCategory()

Get Category for this search result

Public function Const

FString

 

GetCommentText()

Gets the comment on this node if any

Public function Const

FText

 

GetDisplayString()

Returns the display string for the row

Public function Virtual Const

UObject *...

 

GetObject

(
    UBlueprint* InBlueprint
)

Returns the Object represented by this search information give the Blueprint it can be found in

Public function Const

UBlueprint &...

 

GetParentBlueprint()

Gets the blueprint housing all these search results

Public function Virtual

FReply

 

OnClick()

Called when user clicks on the search item

Public function Virtual

void

 

ParseSearchInfo

(
    FText InKey,
    FText InValue
)

Parses search info for specific data important for displaying the search result in an easy to understand format

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