EDataprepStringMatchType

Choose your operating system:

Windows

macOS

Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepStringFilter.h

Include

#include "SelectionSystem/DataprepStringFilter.h"

Syntax

enum EDataprepStringMatchType
{
    Contains,
    MatchesWildcard,
    ExactMatch,
}

Values

Name

Description

Contains

MatchesWildcard

ExactMatch