FFindInBlueprintSearchManager::GetSearchDataForAssetPath

Given an asset path, locate and return a copy of its matching search data in the index cache.

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "FindInBlueprintManager.h"

Source

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

Syntax

FSearchData GetSearchDataForAssetPath
(
    FName InAssetPath
)

Remarks

Given an asset path, locate and return a copy of its matching search data in the index cache.

Returns

Matching search data from the index cache. Will return invalid (empty) search data if a matching entry was not found.

Parameters

Parameter

Description

InAssetPath

Asset path (search index key).

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