Updated GetConfiguredOrDefaultPort()
This commit is contained in:
@@ -50,8 +50,8 @@ namespace GameLiftValidators
|
||||
extern const int32 WebSocketPortMin;
|
||||
extern const int32 WebSocketPortMax;
|
||||
|
||||
bool ValidateString(const FString& Value, const FRegexPattern& OptionalPattern, int32 Min, int32 Max);
|
||||
bool ValidateNumber(int32 Value, int32 Min, int32 Max);
|
||||
bool IsStringValid(const FString& Value, const FRegexPattern& OptionalPattern, int32 Min, int32 Max);
|
||||
bool IsNumberValid(int32 Value, int32 Min, int32 Max);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user