Ark Server API (ASA) - Wiki
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
c
e
i
l
m
p
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
c
e
f
i
l
p
t
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Related Symbols
:
b
d
e
f
g
i
l
m
n
o
p
s
t
u
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
a
b
c
e
g
h
i
m
n
o
p
r
s
t
v
Typedefs
a
b
c
e
f
g
i
n
p
s
t
u
v
w
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
c
d
e
f
h
i
m
n
o
p
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ComparisonUtility.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#
pragma
once
4
5
#
include
"Containers/StringFwd.h"
6
#
include
"Containers/StringView.h"
7
#
include
"HAL/Platform.h"
8
#
include
"UObject/NameTypes.h"
9
10
namespace
UE
{
namespace
ComparisonUtility
{
11
12
/** Compare the two names, correctly ordering any numeric suffixes they may have */
13
int32
CompareWithNumericSuffix
(
FName
A,
FName
B);
14
15
/** Compare the two strings, correctly ordering any numeric suffixes they may have */
16
int32
CompareWithNumericSuffix
(FStringView A, FStringView B);
17
18
} }
// namespace UE::ComparisonUtility
FName
Definition
NameTypes.h:601
UE::ComparisonUtility
Definition
ComparisonUtility.h:10
UE::ComparisonUtility::CompareWithNumericSuffix
int32 CompareWithNumericSuffix(FName A, FName B)
UE::ComparisonUtility::CompareWithNumericSuffix
int32 CompareWithNumericSuffix(FStringView A, FStringView B)
UE
Definition
Vector.h:40
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
Misc
ComparisonUtility.h
Generated by
1.10.0