You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-209196 #rb sebastian.lewicki [CL 32221092 by chris constantinescu in ue5-main branch]
23 lines
454 B
C
23 lines
454 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
void SaveDefaultPlatformFile();
|
|
void UsePlatformFileStubIfRequired();
|
|
void UseDefaultPlatformFile();
|
|
|
|
void SetProjectNameAndDirectory();
|
|
|
|
void InitAllThreadPoolsEditorEx(bool MultiThreaded);
|
|
|
|
void InitOutputDevicesEx();
|
|
|
|
void InitStats();
|
|
|
|
void InitAll(bool bAllowLogging, bool bMultithreaded);
|
|
|
|
void CleanupLogs();
|
|
void CleanupLocalization();
|
|
void CleanupAll(); |