ESearchQueryFilter

Filters are used by functions for searching to decide whether items can call certain functions or match the requirements of a function

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "FindInBlueprintManager.h"

Syntax

enum ESearchQueryFilter
{
    BlueprintFilter     = 0,
    GraphsFilter,
    UberGraphsFilter,
    FunctionsFilter,
    MacrosFilter,
    NodesFilter,
    PinsFilter,
    PropertiesFilter,
    VariablesFilter,
    ComponentsFilter,
    AllFilter,
}

Values

Name

Description

BlueprintFilter

GraphsFilter

UberGraphsFilter

FunctionsFilter

MacrosFilter

NodesFilter

PinsFilter

PropertiesFilter

VariablesFilter

ComponentsFilter

AllFilter

Remarks

Filters are used by functions for searching to decide whether items can call certain functions or match the requirements of a function

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