Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
#include "Misc/AssertionMacros.h"
#include "Containers/Array.h"
#include "Math/UnrealMathUtility.h"
#include "Containers/UnrealString.h"
#include "Misc/DateTime.h"
#include "Misc/Parse.h"
#include "Misc/ConfigCacheIni.h"
Go to the source code of this file.
Classes | |
class | FMultiInt< TSize > |
struct | FGPUDriverInfo |
struct | FDriverDenyListEntry |
struct | FGPUHardware |
Enumerations | |
enum | EComparisonOp { ECO_Unknown = 0x0 , ECO_Equal = 0x1 , ECO_NotEqual = 0x2 , ECO_Larger = 0x3 , ECO_LargerThan = 0x4 , ECO_Smaller = 0x5 , ECO_SmallerThan = 0x6 , ECO_Unknown , ECO_Unknown = 0x0 , ECO_Equal , ECO_Equal = 0x1 , ECO_NotEqual , ECO_NotEqual = 0x2 , ECO_Larger , ECO_Larger = 0x3 , ECO_LargerThan , ECO_LargerThan = 0x4 , ECO_Smaller , ECO_Smaller = 0x5 , ECO_SmallerThan , ECO_SmallerThan = 0x6 } |
Functions | |
EComparisonOp | ParseComparisonOp (const TCHAR *&In) |
template<class T > | |
bool | Compare (const T &A, EComparisonOp Op, const T &B) |
bool | CompareStringOp (const TCHAR *InOpWithMultiInt, const TCHAR *CurrentMultiInt) |
Definition at line 162 of file GenericPlatformDriver.h.
Definition at line 206 of file GenericPlatformDriver.h.
|
inline |