FFindInBlueprintSearchManager::EnsureSearchQueryEnds

This function ensures that the passed in search query ends in a safe manner.

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

Remarks

This function ensures that the passed in search query ends in a safe manner. The search will no longer be valid to this manager, though it does not destroy any objects. Use this whenever the search is finished or canceled.

Parameters

Parameter

Description

InSearchOriginator

Identifying search stream to be stopped

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