FFindInBlueprintSearchManager::BeginSearchQuery

Starts a search query, the FiB manager handles where the thread is at in the search query at all times so that post-save of the cache to disk it can correct the index

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 BeginSearchQuery
(
    const class FStreamSearch * InSearchOriginator
)

Remarks

Starts a search query, the FiB manager handles where the thread is at in the search query at all times so that post-save of the cache to disk it can correct the index

Parameters

Parameter

Description

InSearchOriginator

Pointer to the thread object that the query originates from

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