FFindInBlueprintsPin::ParseSearchInfo

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

Windows
MacOS
Linux

Override Hierarchy

FFindInBlueprintsResult::ParseSearchInfo()

FFindInBlueprintsPin::ParseSearchInfo()

References

Module

Kismet

Header

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

Include

#include "FindInBlueprints.h"

Source

/Engine/Source/Editor/Kismet/Private/FindInBlueprints.cpp

Syntax

virtual void ParseSearchInfo
(
    FText InKey,
    FText InValue
)

Remarks

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

Parameters

Parameter

Description

InTokens

The search tokens to check results against

InKey

This is the tag for the data, describing what it is so special handling can occur if needed

InValue

Compared against search query to see if it passes the filter, sometimes data is rejected because it is deemed unsearchable

InParent

The parent search result

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