![]() |
Ark Server API (ASA) - Wiki
|
#include "Containers/Array.h"#include "Containers/UnrealString.h"#include "CoreTypes.h"#include "Misc/AssertionMacros.h"#include "Misc/CString.h"#include "UObject/NameTypes.h"
Include dependency graph for TextFilterUtils.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FTextFilterString |
| struct | TextFilterUtils::FNameBufferWithNumber |
Namespaces | |
| namespace | TextFilterUtils |
Enumerations | |
| enum class | ETextFilterComparisonOperation : uint8 { Equal , NotEqual , Less , LessOrEqual , Greater , GreaterOrEqual } |
| enum class | ETextFilterTextComparisonMode : uint8 { Exact , Partial , StartsWith , EndsWith } |
| enum | { NAME_WITH_NUMBER_SIZE = NAME_SIZE + 16 } |
| Enumerator | |
|---|---|
| NAME_WITH_NUMBER_SIZE | |
Definition at line 31 of file TextFilterUtils.h.
|
strong |
Defines the comparison operators that can be used for a complex (key->value) comparison
| Enumerator | |
|---|---|
| Equal | |
| NotEqual | |
| Less | |
| LessOrEqual | |
| Greater | |
| GreaterOrEqual | |
Definition at line 12 of file TextFilterUtils.h.
|
strong |
Defines the different ways that a string can be compared while evaluating the expression
| Enumerator | |
|---|---|
| Exact | |
| Partial | |
| StartsWith | |
| EndsWith | |
Definition at line 23 of file TextFilterUtils.h.