FString GEngineIni
Definition CoreGlobals.cpp:237
FConfigCacheIni * GConfig
Definition CoreGlobals.cpp:54
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
CORE_API bool GetInt(const TCHAR *Section, const TCHAR *Key, int32 &Value, const FString &Filename)
Definition ConfigCacheIni.cpp:5090
Definition ILauncherPlatform.h:108
static LAUNCHERPLATFORM_API FString GetEncodedExePath()
Definition ILauncherPlatform.cpp:9
Definition ILauncherPlatform.h:8
FOpenLauncherOptions(bool DoInstall, FString InLauncherRelativeUrl)
Definition ILauncherPlatform.h:21
FString Action
Definition ILauncherPlatform.h:77
bool bInstall
Definition ILauncherPlatform.h:75
bool bSilent
Definition ILauncherPlatform.h:76
FString LauncherRelativeUrl
Definition ILauncherPlatform.h:78
FString GetLauncherUriRequest() const
Definition ILauncherPlatform.h:31
FOpenLauncherOptions()
Definition ILauncherPlatform.h:10
FOpenLauncherOptions(FString InLauncherRelativeUrl)
Definition ILauncherPlatform.h:12