5#include "Containers/UnrealString.h"
7#include "Math/MathFwd.h"
8#include "Misc/Timespan.h"
20 static TCHAR
TS(
const TCHAR* Sign);
25
26
27
37
38
39
40 static bool Trim(
const TCHAR* & Start,
const TCHAR* End );
43
44
45
64 static bool Is(
const FString& Source,
const TCHAR* CompareStr);
67
68
69
73
74
75
91
92
93
94
95
96
97
101
102
103
104
105
106
107
111
112
113
114
115
116
117
121
122
123
124
125
126
127
131
132
133
134
135
136
137
142
143
144
145
146
147
148
153
154
155
156
157
158
159
164
165
166
167
168
169
170
175
176
177
178
179
180
181
182
186
187
188
189
190
191
192
193
static bool ParseRotator(const FString &Source, FRotator3d &OutVal)
static bool Trim(const TCHAR *&Start, const TCHAR *End)
static bool ParseVector(const FString &Source, FVector3d &OutVal)
static const TCHAR * StartOf(const FString &Source)
static bool ParseFloat(const FString &Source, float &OutVal)
static bool ParseLinearColor(const FString &Source, FLinearColor &OutVal)
static bool IsStringValidFloat(const TCHAR *Start, const TCHAR *End)
static bool ParseInt64(const FString &Source, int64 &OutVal)
static const TCHAR * EndOf(const FString &Source)
static FString GetUnqualifiedEnumValue(const FString &Source)
static bool ParseInt(const FString &Source, int32 &OutVal)
static bool HasWhitespaces(const FString &Source)
static FString RemoveWhitespaces(const FString &Source)
static bool IsStringValidInteger(const TCHAR *Start, const TCHAR *End, int32 &OutBase)
static bool IsWhitespace(TCHAR Char)
static bool ParseDouble(const FString &Source, double &OutVal)
static bool IsStringValidVector(const FString &Source)
static bool ParseVector2D(const FString &Source, FVector2f &OutVal)
static bool ParseVector4(const FString &Source, FVector4d &OutVal)
static bool ParseRotator(const FString &Source, FRotator3f &OutVal)
static bool ParseColor(const FString &Source, FColor &OutVal)
static bool IsStringValidFloat(const FString &Source)
static bool Is(const FString &Source, const TCHAR *CompareStr)
static bool Trim(int32 &Pos, const FString &Source)
static bool GetParameters(const FString &Source, const FString &TypeName, FString &OutForm)
static bool IsStringValidInteger(const TCHAR *Start, const TCHAR *End)
static TCHAR TS(const TCHAR *Sign)
static bool IsStringValidLinearColor(const FString &Source)
static bool StringFromCppString(const FString &Source, const FString &TypeName, FString &OutForm)
static bool ParseVector2D(const FString &Source, FVector2d &OutVal)
static bool ParseVector(const FString &Source, FVector3f &OutVal)
static bool IsStringValidInteger(const FString &Source)
static bool ParseVector4(const FString &Source, FVector4f &OutVal)
static bool IsStringValidRotator(const FString &Source)