FFindInBlueprintsGraphNode::ParseSearchInfo

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

Unreal Engine C++ API Reference > Editor > Kismet > FFindInBlueprintsGraphNode

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h
Include #include "FindInBlueprints.h"
Source /Engine/Source/Editor/Kismet/Private/FindInBlueprints.cpp
virtual void ParseSearchInfo
(
    [FText](API\Runtime\Core\Internationalization\FText) InKey,
    [FText](API\Runtime\Core\Internationalization\FText) InValue
)

Remarks

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

Parameters

Name 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library