8#define IOS_MAX_PATH 1024
9#define CMD_LINE_MAX 16384
#define NULL
Definition oodle2base.h:134
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define CMD_LINE_MAX
Definition IOSCommandLineHelper.h:9
APPLICATIONCORE_API FString GSavedCommandLine
Definition LaunchIOS.cpp:610
#define UTF8_TO_TCHAR(str)
Definition StringConv.h:1022
#define TCHAR_TO_UTF8(str)
Definition StringConv.h:1021
#define UE_ARRAY_COUNT(array)
Definition UnrealTemplate.h:212
Definition IOSCommandLineHelper.h:14
static void MergeCommandlineWithSaved(TCHAR CommandLine[16384])
Definition IOSCommandLineHelper.h:21
static void InitCommandArgs(FString AdditionalCommandArgs)
Definition IOSCommandLineHelper.h:87
static bool TryReadCommandLineFile(const FString &CommandLineFilePath)
Definition IOSCommandLineHelper.h:54
static CORE_API bool GetStoredValue(const FString &InStoreId, const FString &InSectionName, const FString &InKeyName, FString &OutValue)
Definition AndroidPlatformMisc.cpp:866
static CORE_API void Append(const TCHAR *AppendString)
Definition CommandLine.cpp:138
static CORE_API bool Set(const TCHAR *NewCommandLine)
Definition CommandLine.cpp:85
static CORE_API const TCHAR * Get()
Definition CommandLine.cpp:61
static CharType * StrncatTruncateDest(CharType *Dest, int32 DestSize, const CharType *Src)
Definition CString.h:281
static CharType * Strncpy(CharType *Dest, const CharType *Src, SIZE_T MaxLen)
Definition CString.h:991
static UE_FORCEINLINE_HINT const CharType * Strchr(const CharType *String, CharType c)
Definition CString.h:1078
static bool IsWhitespace(CharType Char)
Definition Char.h:282