FFindInBlueprintSearchManager::ApplySearchDataToDatabase

Applies the given search data to a matching entry in the database.

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 ApplySearchDataToDatabase
(
    FSearchData InSearchData,
    bool bAllowNewEntry
)

Remarks

Applies the given search data to a matching entry in the database. Optionally adds a new entry if a match is not found.

Parameters

Parameter

Description

InSearchData

Search data to be applied

bAllowNewEntry

Whether to allow a new entry to be added if a match is not found

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