6#include "GenericPlatform/GenericPlatformProperties.h"
10
11
12template<
bool HAS_EDITOR_DATA,
bool IS_DEDICATED_SERVER,
bool IS_CLIENT_ONLY>
28 return TEXT(
"/Script/WindowsTargetPlatform.WindowsTargetSettings");
55 return "WindowsServer";
60 return "WindowsEditor";
65 return "WindowsClient";
153#ifdef PROPERTY_HEADER_SHOULD_DEFINE_TYPE
154typedef FWindowsPlatformProperties<WITH_EDITORONLY_DATA, UE_SERVER, !WITH_SERVER_CODE && !WITH_EDITOR> FPlatformProperties;