FFindInBlueprintSearchManager::AddOrUpdateBlueprintSearchMetadata

Gathers the Blueprint's search metadata and adds or updates it in the 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

void AddOrUpdateBlueprintSearchMetadata
(
    UBlueprint * InBlueprint,
    EAddOrUpdateBlueprintSearchMetadataFlags InFlags,
    EFiBVersion InVersion
)

Remarks

Gathers the Blueprint's search metadata and adds or updates it in the cache

Parameters

Parameter

Description

InBlueprint

Blueprint to cache the searchable data for

InFlags

Flags to assist with controlling this function's behavior

InVersion

Allows the caller to override the format version to use for caching

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