41 return FModuleManager::LoadModuleChecked<ILauncherCheckModule>(
"LauncherCheck");
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
DIRECTLINK_API Display
Definition DirectLinkLog.h:8
ELauncherAction
Definition ILauncherCheckModule.h:14
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:361
Definition ILauncherCheckModule.h:30
virtual ~ILauncherCheckModule()
Definition ILauncherCheckModule.h:63
virtual bool RunLauncher(ELauncherAction Action, FString Payload=FString()) const =0
static ILauncherCheckModule & Get()
Definition ILauncherCheckModule.h:39
virtual bool WasRanFromLauncher() const =0
Definition ModuleInterface.h:14