Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
// Generated by UnrealBuildTool (UEBuildModuleCPP.cs) : Shared PCH Definitions for DerivedDataCache
#pragma once
#include "SharedDefinitions.Core.Cpp20.h"
#undef DERIVEDDATACACHE_API
#undef DERIVEDDATACACHE_NON_ATTRIBUTED_API
#define UE_IS_ENGINE_MODULE 1
#define UE_VALIDATE_FORMAT_STRINGS 1
#define UE_VALIDATE_INTERNAL_API 0
#define UE_VALIDATE_EXPERIMENTAL_API 0
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_4 0
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_5 0
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_6 0
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_7 0
#define UE_PROJECT_NAME FPSTemplate
#define UE_TARGET_NAME FPSTemplateEditor
#define WITH_HTTP_DDC_BACKEND 1
#define WITH_S3_DDC_BACKEND 1
#define UE_MODULE_NAME "DerivedDataCache"
#define UE_PLUGIN_NAME ""
#define DEVHTTP_API DLLIMPORT
#define DEVHTTP_NON_ATTRIBUTED_API DLLIMPORT
#define ZEN_API DLLIMPORT
#define ZEN_NON_ATTRIBUTED_API DLLIMPORT
#define SSL_PACKAGE 1
#define WITH_SSL 1
#define SSL_API DLLIMPORT
#define SSL_NON_ATTRIBUTED_API DLLIMPORT
#define JSON_API DLLIMPORT
#define JSON_NON_ATTRIBUTED_API DLLIMPORT
#define WITH_LIBCURL 1
#define CURL_STATICLIB 1
#define DESKTOPPLATFORM_API DLLIMPORT
#define DESKTOPPLATFORM_NON_ATTRIBUTED_API DLLIMPORT
#define ANALYTICS_API DLLIMPORT
#define ANALYTICS_NON_ATTRIBUTED_API DLLIMPORT
#define DERIVEDDATACACHE_API DLLEXPORT
#define DERIVEDDATACACHE_NON_ATTRIBUTED_API DLLEXPORT

View File

@@ -0,0 +1,30 @@
/I "."
/I "Developer/DerivedDataCache/Private"
/I "Runtime/Core/Public"
/I "Runtime/Core/Internal"
/I "Runtime/TraceLog/Public"
/I "Runtime/AutoRTFM/Public"
/I "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/FPSTemplateEditor/Inc/ImageCore/UHT"
/I "Runtime/ImageCore/Public"
/I "Developer/DevHttp/Internal"
/I "Developer/Zen/Public"
/I "Developer/Zen/Internal"
/I "Runtime/Online/SSL/Public"
/I "Runtime/Json/Public"
/I "Developer/DesktopPlatform/Public"
/I "Developer/DesktopPlatform/Internal"
/I "Runtime/Analytics/Analytics/Public"
/I "Developer/DerivedDataCache/Public"
/I "Developer/DerivedDataCache/Internal"
/I "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core"
/external:W0
/external:I "ThirdParty/GuidelinesSupportLibrary/GSL-1144/include"
/external:I "ThirdParty/AtomicQueue"
/external:I "ThirdParty/RapidJSON/1.1.0"
/external:I "ThirdParty/libcurl/8.12.1/include"
/external:I "ThirdParty/OpenSSL/1.1.1t/include/Win64/VS2015"
/external:I "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/INCLUDE"
/external:I "C:/Program Files (x86)/Windows Kits/10/include/10.0.22621.0/ucrt"
/external:I "C:/Program Files (x86)/Windows Kits/10/include/10.0.22621.0/shared"
/external:I "C:/Program Files (x86)/Windows Kits/10/include/10.0.22621.0/um"
/external:I "C:/Program Files (x86)/Windows Kits/10/include/10.0.22621.0/winrt"

View File

@@ -0,0 +1,83 @@
/MANIFEST:NO
/NOLOGO
/DEBUG:FULL
/errorReport:prompt
/MACHINE:x64
/SUBSYSTEM:WINDOWS
/FIXED:No
/NXCOMPAT
/STACK:12000000
/DELAY:UNLOAD
/DLL
/PDBALTPATH:%_PDB%
/d2:-ExtendedWarningInfo
/OPT:NOREF
/OPT:NOICF
/INCREMENTAL:NO
/ignore:4199
/ignore:4099
/ALTERNATENAME:__imp___std_init_once_begin_initialize=__imp_InitOnceBeginInitialize
/ALTERNATENAME:__imp___std_init_once_complete=__imp_InitOnceComplete
/DELAYLOAD:"d3d12.dll"
/DELAYLOAD:"DBGHELP.DLL"
/LIBPATH:"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64"
/LIBPATH:"C:/Program Files (x86)/Windows Kits/10/lib/10.0.22621.0/ucrt/x64"
/LIBPATH:"C:/Program Files (x86)/Windows Kits/10/lib/10.0.22621.0/um/x64"
/NODEFAULTLIB:"LIBCMT"
/NODEFAULTLIB:"LIBCPMT"
/NODEFAULTLIB:"LIBCMTD"
/NODEFAULTLIB:"LIBCPMTD"
/NODEFAULTLIB:"MSVCRTD"
/NODEFAULTLIB:"MSVCPRTD"
/NODEFAULTLIB:"LIBC"
/NODEFAULTLIB:"LIBCP"
/NODEFAULTLIB:"LIBCD"
/NODEFAULTLIB:"LIBCPD"
/FUNCTIONPADMIN:6
/NOIMPLIB
/NOEXP
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h.obj"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.1.cpp.obj"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.2.cpp.obj"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.3.cpp.obj"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Default.rc2.res"
"ThirdParty/OpenSSL/1.1.1t/lib/Win64/VS2015/Release/libssl.lib"
"ThirdParty/OpenSSL/1.1.1t/lib/Win64/VS2015/Release/libcrypto.lib"
"ThirdParty/libcurl/8.12.1/lib/Win64/Release/libcurl.lib"
"ThirdParty/nghttp2/1.64.0/lib/Win64/Release/nghttp2.lib"
"ThirdParty/zlib/1.3/lib/Win64/Release/zlibstatic.lib"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/FPSTemplateEditor-Core.lib"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DevHttp/FPSTemplateEditor-DevHttp.lib"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Zen/FPSTemplateEditor-Zen.lib"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/SSL/FPSTemplateEditor-SSL.lib"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Json/FPSTemplateEditor-Json.lib"
"delayimp.lib"
"wininet.lib"
"rpcrt4.lib"
"ws2_32.lib"
"dbghelp.lib"
"comctl32.lib"
"Winmm.lib"
"kernel32.lib"
"user32.lib"
"gdi32.lib"
"winspool.lib"
"comdlg32.lib"
"advapi32.lib"
"shell32.lib"
"ole32.lib"
"oleaut32.lib"
"uuid.lib"
"odbc32.lib"
"odbccp32.lib"
"netapi32.lib"
"iphlpapi.lib"
"setupapi.lib"
"synchronization.lib"
"dwmapi.lib"
"imm32.lib"
"crypt32.lib"
"crypt32.lib"
/OUT:"D:/FPSTemplate_5_4_or_5_5/Binaries/Win64/FPSTemplateEditor-DerivedDataCache.dll"
/PDB:"D:/FPSTemplate_5_4_or_5_5/Binaries/Win64/FPSTemplateEditor-DerivedDataCache.pdb"
/ignore:4078

View File

@@ -0,0 +1,14 @@
/NOLOGO
/errorReport:prompt
/MACHINE:x64
/SUBSYSTEM:WINDOWS
/DEF
/NAME:"FPSTemplateEditor-DerivedDataCache.dll"
/IGNORE:4221
/NODEFAULTLIB
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h.obj"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.1.cpp.obj"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.2.cpp.obj"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.3.cpp.obj"
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Default.rc2.res"
/OUT:"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/FPSTemplateEditor-DerivedDataCache.lib"

View File

@@ -0,0 +1,56 @@
{
"RemapUnityFiles":
{
"Module.DerivedDataCache.1.cpp.obj": [
"PerModuleInline.gen.cpp.obj",
"DerivedDataBackends.cpp.obj",
"DerivedDataBuild.cpp.obj",
"DerivedDataBuildAction.cpp.obj",
"DerivedDataBuildDefinition.cpp.obj",
"DerivedDataBuildFunctionRegistry.cpp.obj",
"DerivedDataBuildInputs.cpp.obj",
"DerivedDataBuildJob.cpp.obj",
"DerivedDataBuildJobContext.cpp.obj",
"DerivedDataBuildOutput.cpp.obj",
"DerivedDataBuildScheduler.cpp.obj",
"DerivedDataBuildSession.cpp.obj",
"DerivedDataBuildWorkerRegistry.cpp.obj",
"DerivedDataCache.cpp.obj",
"DerivedDataCacheKey.cpp.obj",
"DerivedDataCacheKeyFilter.cpp.obj",
"DerivedDataCacheMethod.cpp.obj",
"DerivedDataCacheModule.cpp.obj",
"DerivedDataCachePolicy.cpp.obj",
"DerivedDataCacheRecord.cpp.obj",
"DerivedDataCacheReplay.cpp.obj",
"DerivedDataCacheStats.cpp.obj",
"DerivedDataCacheStore.cpp.obj",
"DerivedDataCacheStoreAsync.cpp.obj",
"DerivedDataCacheStoreHierarchy.cpp.obj",
"DerivedDataCacheStoreThrottle.cpp.obj",
"DerivedDataCacheStoreVerify.cpp.obj",
"DerivedDataCacheUsageStats.cpp.obj"
],
"Module.DerivedDataCache.2.cpp.obj": [
"DerivedDataHttpRequestQueue.cpp.obj",
"DerivedDataLegacyCacheStore.cpp.obj",
"DerivedDataRequestOwner.cpp.obj",
"DerivedDataRequestTypes.cpp.obj",
"DerivedDataThreadPoolTask.cpp.obj",
"DerivedDataValue.cpp.obj",
"FileSystemCacheStore.cpp.obj",
"HttpCacheStore.cpp.obj",
"MemoryCacheStore.cpp.obj",
"PakFileCacheStore.cpp.obj",
"S3CacheStore.cpp.obj"
],
"Module.DerivedDataCache.3.cpp.obj": [
"CacheStoreTest.cpp.obj",
"HttpCacheStoreTest.cpp.obj",
"ZenCacheStore.cpp.obj",
"DerivedDataCacheStatsTest.cpp.obj",
"DerivedDataCacheStoreHierarchyTest.cpp.obj",
"TestCacheStore.cpp.obj"
]
}
}

View File

@@ -0,0 +1,29 @@
// This file is automatically generated at compile-time to include some subset of the user-created cpp files.
#include "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/PerModuleInline.gen.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBackends.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuild.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildAction.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildDefinition.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildFunctionRegistry.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildInputs.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildJob.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildJobContext.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildOutput.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildScheduler.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildSession.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataBuildWorkerRegistry.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCache.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheKey.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheKeyFilter.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheMethod.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheModule.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCachePolicy.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheReplay.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheStats.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheStore.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheStoreAsync.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheStoreHierarchy.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheStoreThrottle.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheStoreVerify.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataCacheUsageStats.cpp"

View File

@@ -0,0 +1,132 @@
{
"Version": "1.2",
"Data": {
"Source": "d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\deriveddatacache\\module.deriveddatacache.1.cpp",
"ProvidedModule": "",
"PCH": "d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\core\\sharedpch.core.cpp20.h.pch",
"Includes": [
"d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\deriveddatacache\\definitions.deriveddatacache.h",
"d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\deriveddatacache\\permoduleinline.gen.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\hal\\permoduleinline.inl",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabackends.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabackendinterface.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacache.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachekey.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\asciiset.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachepolicy.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatavalueid.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacacherecord.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequesttypes.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatavalue.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\compression\\compressedbuffer.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\internal\\deriveddatacachekeyfilter.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatalegacycachestore.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestore.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\internal\\deriveddatacachemethod.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\templates\\dontcopy.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacacheprivate.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\internal\\deriveddatacachereplay.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacacheusagestats.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\profilingdebugging\\cookstats.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequestowner.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\hal\\platformfilemanager.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\internationalization\\fastdecimalformat.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\math\\basicmathexpressionevaluator.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\math\\unitconversion.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\math\\unitconversion.inl",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\memorycachestore.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\enginebuildsettings.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\pakfilecachestore.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\serialization\\compactbinarypackage.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuild.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuild.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\accumulate.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildaction.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuilddefinition.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildfunctionregistry.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildinputs.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildoutput.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildprivate.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildtypes.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildscheduler.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildjob.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildkey.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequest.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildsession.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildworkerregistry.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddataprivate.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildaction.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\allof.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuilddefinition.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildfunctionregistry.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildfunction.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildfunctionfactory.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildinputs.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildjob.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\find.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildinputresolver.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildjobcontext.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\async\\manualresetevent.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildworker.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\pathviews.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\serialization\\compactbinaryserialization.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\string\\parsetokens.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildjobcontext.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildoutput.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildscheduler.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatabuildschedulerqueue.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatathreadpooltask.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\experimental\\misc\\executionresource.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildsession.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabuildworkerregistry.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacache.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacacheinterface.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachemodule.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\analytics\\analytics\\public\\analyticseventattribute.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\analytics\\analytics\\public\\analyticsconversion.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\ddccleanup.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachemaintainer.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddataplugininterface.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\public\\experimental\\zenserverinterface.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\dom\\jsonobject.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\dom\\jsonvalue.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\serialization\\jsontypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\jsonglobals.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\public\\experimental\\zenglobals.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\policies\\prettyjsonprintpolicy.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\policies\\jsonprintpolicy.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\serialization\\jsonwriter.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\public\\experimental\\zenstatistics.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachekey.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\hash\\xxhash.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachekeyfilter.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\string\\lexfromstring.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachemethod.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachemodule.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachepolicy.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacacherecord.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\issorted.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachereplay.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\anyof.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\noneof.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\common.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\tasks\\pipe.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\tasks\\task.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestats.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestats.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestore.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestoreasync.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestorehierarchy.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\compare.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\templates\\equalto.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\logging\\structuredlog.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\templates\\isarrayorrefoftype.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestorethrottle.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\transform.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestoreverify.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacacheusagestats.cpp"
],
"ImportedModules": [],
"ImportedHeaderUnits": []
}
}

View File

@@ -0,0 +1,54 @@
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.1.cpp"
@"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/DerivedDataCache.Shared.rsp"
/FI"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h"
/FI"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Definitions.DerivedDataCache.h"
/Yu"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h"
/Fp"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h.pch"
/Fo"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.1.cpp.obj"
/experimental:log "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.1.cpp.sarif"
/sourceDependencies "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.1.cpp.dep.json"
/nologo
/Oi
/FC
/diagnostics:caret
/c
/Gw
/Gy
/utf-8
/wd4819
/DSAL_NO_ATTRIBUTE_DECLARATIONS=1
/permissive-
/Zc:strictStrings-
/Zc:__cplusplus
/Zc:inline
/Zc:preprocessor
/D_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1
/D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1
/D_WINDLL
/D_DISABLE_EXTENDED_ALIGNED_STORAGE
/Ob2
/d2ExtendedWarningInfo
/Ox
/Ot
/GF
/errorReport:prompt
/EHsc
/DPLATFORM_EXCEPTIONS_DISABLED=0
/Z7
/MD
/bigobj
/fp:fast
/Zo
/Zp8
/W4
/we4456
/we4458
/we4459
/we4244
/we4838
/wd4267
/wd4100
/TP
/GR-
/std:c++20
/wd5054

View File

@@ -0,0 +1,18 @@
{
"version": "2.1.0",
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
"runs": [
{
"results": [],
"tool": {
"driver": {
"name": "MSVC",
"shortDescription": {
"text": "Microsoft Visual C++ Compiler Warnings/Errors"
},
"informationUri": "https://docs.microsoft.com/cpp/error-messages/compiler-errors-1/c-cpp-build-errors"
}
}
}
]
}

View File

@@ -0,0 +1,12 @@
// This file is automatically generated at compile-time to include some subset of the user-created cpp files.
#include "Developer/DerivedDataCache/Private/DerivedDataHttpRequestQueue.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataLegacyCacheStore.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataRequestOwner.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataRequestTypes.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataThreadPoolTask.cpp"
#include "Developer/DerivedDataCache/Private/DerivedDataValue.cpp"
#include "Developer/DerivedDataCache/Private/FileSystemCacheStore.cpp"
#include "Developer/DerivedDataCache/Private/HttpCacheStore.cpp"
#include "Developer/DerivedDataCache/Private/MemoryCacheStore.cpp"
#include "Developer/DerivedDataCache/Private/PakFileCacheStore.cpp"
#include "Developer/DerivedDataCache/Private/S3CacheStore.cpp"

View File

@@ -0,0 +1,298 @@
{
"Version": "1.2",
"Data": {
"Source": "d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\deriveddatacache\\module.deriveddatacache.2.cpp",
"ProvidedModule": "",
"PCH": "d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\core\\sharedpch.core.cpp20.h.pch",
"Includes": [
"d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\deriveddatacache\\definitions.deriveddatacache.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatahttprequestqueue.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatahttprequestqueue.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\devhttp\\internal\\http\\httpclient.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\async\\manualresetevent.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequest.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequestowner.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatalegacycachestore.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatalegacycachestore.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestore.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacache.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachekey.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\asciiset.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachepolicy.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatavalueid.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacacherecord.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequesttypes.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatavalue.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\compression\\compressedbuffer.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\internal\\deriveddatacachemethod.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\templates\\dontcopy.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\allof.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabackendinterface.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\internal\\deriveddatacachekeyfilter.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacacheinterface.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachemodule.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatarequestowner.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\tasks\\task.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatarequesttypes.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatathreadpooltask.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatathreadpooltask.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatavalue.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\compression\\oodledatacompression.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\hash\\xxhash.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\serialization\\compactbinaryserialization.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\filesystemcachestore.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\accumulate.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\compare.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\templates\\equalto.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\find.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\transform.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\containers\\staticbitarray.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachemaintainer.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacacheprivate.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacacheusagestats.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\profilingdebugging\\cookstats.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatachunk.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\hashingarchiveproxy.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\logging\\structuredlog.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\templates\\isarrayorrefoftype.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\pathviews.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\profilingdebugging\\counterstrace.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\serialization\\compactbinarypackage.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\serialization\\compactbinaryvalidation.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\windows\\windowshwrapper.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\windows\\prewindowsapi.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\windows\\minwindows.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\windows.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\sdkddkver.h",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\excpt.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\windef.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\minwindef.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winnt.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\kernelspecs.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\basetsd.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\guiddef.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack4.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack4.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack4.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack8.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack1.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack1.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\apiset.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\ktmtypes.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winbase.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\apisetcconv.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\minwinbase.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\apiquery2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\processenv.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\fileapifromapp.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\fileapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\debugapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\utilapiset.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\handleapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\errhandlingapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\fibersapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\namedpipeapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\profileapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\heapapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\ioapiset.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\synchapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\interlockedapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\processthreadsapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\sysinfoapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\memoryapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\enclaveapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\threadpoollegacyapiset.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\threadpoolapiset.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\jobapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\jobapi2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\wow64apiset.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\libloaderapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\securitybaseapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\namespaceapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\systemtopologyapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\processtopologyapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\securityappcontainer.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\realtimeapiset.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\winerror.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\timezoneapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\wingdi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack1.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack4.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack4.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winuser.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\pshpack2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\poppack.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\tvout.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winnls.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\datetimeapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\stringapiset.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winnls.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\wincon.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\wincontypes.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\consoleapi.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\consoleapi2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\consoleapi3.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winver.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\verrsrc.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winreg.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\reason.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winnetwk.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\wnnc.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\stralign.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\imm.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\ime_cmodes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\windows\\postwindowsapi.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\httpcachestore.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\desktopplatform\\public\\desktopplatformmodule.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\desktopplatform\\public\\idesktopplatform.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\dom\\jsonobject.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\dom\\jsonvalue.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\serialization\\jsontypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\jsonglobals.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\devhttp\\internal\\http\\httphostbuilder.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\serialization\\jsonreader.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\containers\\ansistring.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\containers\\unrealstringincludes.h.inl",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\containers\\unrealstring.h.inl",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\serialization\\jsonserializer.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\serialization\\jsonwriter.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\policies\\prettyjsonprintpolicy.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\policies\\jsonprintpolicy.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\microsoft\\allowmicrosoftplatformtypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\windows\\allowwindowsplatformtypes.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\winsock2.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\ws2def.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\inaddr.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\qos.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\um\\ws2tcpip.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\ws2ipdef.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\shared\\in6addr.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\microsoft\\hidemicrosoftplatformtypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\windows\\hidewindowsplatformtypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\online\\ssl\\public\\ssl.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\online\\ssl\\public\\interfaces\\isslcertificatemanager.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\online\\ssl\\public\\interfaces\\isslmanager.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\online\\ssl\\public\\sslmodule.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\memorycachestore.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\memorycachestore.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\noneof.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\algo\\common.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\pakfilecachestore.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\pakfilecachestore.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\hal\\platformfilemanager.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\stringoutputdevice.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\s3cachestore.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\microsoft\\allowmicrosoftplatformtypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\windows\\allowwindowsplatformtypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\microsoft\\hidemicrosoftplatformtypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\windows\\hidewindowsplatformtypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\base64.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\curl.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\curlver.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\system.h",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\easy.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\multi.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\curl.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\urlapi.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\curl.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\options.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\header.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\websockets.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\mprintf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\libcurl\\8.12.1\\include\\curl\\curl.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\hmac.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslv.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\evp.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ossl_typ.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\e_os2.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\symhacks.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\bio.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\crypto.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\safestack.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\stack.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\cryptoerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\bioerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\evperr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\objects.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\obj_mac.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\asn1.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\asn1err.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\bn.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\bnerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\objectserr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\sha.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ssl.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\comp.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\comperr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\x509.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\buffer.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\buffererr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ec.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ecerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\rsa.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\rsaerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\dsa.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\dh.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\dherr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\dsaerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\x509err.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\x509_vfy.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\lhash.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\pkcs7.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\pkcs7err.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\pem.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\pemerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\async.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\asyncerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ct.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\cterr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\opensslconf.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\sslerr.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ssl2.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ssl3.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ssl.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\tls1.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\dtls1.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\srtp.h",
"d:\\ue_5_7_1\\engine\\source\\thirdparty\\openssl\\1.1.1t\\include\\win64\\vs2015\\openssl\\ssl.h"
],
"ImportedModules": [],
"ImportedHeaderUnits": []
}
}

View File

@@ -0,0 +1,54 @@
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.2.cpp"
@"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/DerivedDataCache.Shared.rsp"
/FI"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h"
/FI"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Definitions.DerivedDataCache.h"
/Yu"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h"
/Fp"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h.pch"
/Fo"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.2.cpp.obj"
/experimental:log "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.2.cpp.sarif"
/sourceDependencies "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.2.cpp.dep.json"
/nologo
/Oi
/FC
/diagnostics:caret
/c
/Gw
/Gy
/utf-8
/wd4819
/DSAL_NO_ATTRIBUTE_DECLARATIONS=1
/permissive-
/Zc:strictStrings-
/Zc:__cplusplus
/Zc:inline
/Zc:preprocessor
/D_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1
/D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1
/D_WINDLL
/D_DISABLE_EXTENDED_ALIGNED_STORAGE
/Ob2
/d2ExtendedWarningInfo
/Ox
/Ot
/GF
/errorReport:prompt
/EHsc
/DPLATFORM_EXCEPTIONS_DISABLED=0
/Z7
/MD
/bigobj
/fp:fast
/Zo
/Zp8
/W4
/we4456
/we4458
/we4459
/we4244
/we4838
/wd4267
/wd4100
/TP
/GR-
/std:c++20
/wd5054

View File

@@ -0,0 +1,18 @@
{
"version": "2.1.0",
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
"runs": [
{
"results": [],
"tool": {
"driver": {
"name": "MSVC",
"shortDescription": {
"text": "Microsoft Visual C++ Compiler Warnings/Errors"
},
"informationUri": "https://docs.microsoft.com/cpp/error-messages/compiler-errors-1/c-cpp-build-errors"
}
}
}
]
}

View File

@@ -0,0 +1,7 @@
// This file is automatically generated at compile-time to include some subset of the user-created cpp files.
#include "Developer/DerivedDataCache/Private/Tests/CacheStoreTest.cpp"
#include "Developer/DerivedDataCache/Private/Tests/HttpCacheStoreTest.cpp"
#include "Developer/DerivedDataCache/Private/ZenCacheStore.cpp"
#include "Developer/DerivedDataCache/Tests/DerivedDataCacheStatsTest.cpp"
#include "Developer/DerivedDataCache/Tests/DerivedDataCacheStoreHierarchyTest.cpp"
#include "Developer/DerivedDataCache/Tests/TestCacheStore.cpp"

View File

@@ -0,0 +1,97 @@
{
"Version": "1.2",
"Data": {
"Source": "d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\deriveddatacache\\module.deriveddatacache.3.cpp",
"ProvidedModule": "",
"PCH": "d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\core\\sharedpch.core.cpp20.h.pch",
"Includes": [
"d:\\fpstemplate_5_4_or_5_5\\intermediate\\build\\win64\\x64\\fpstemplateeditor\\development\\deriveddatacache\\definitions.deriveddatacache.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\tests\\cachestoretest.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacache.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachekey.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\asciiset.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacachepolicy.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatavalueid.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacacherecord.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequesttypes.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatavalue.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\compression\\compressedbuffer.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequestowner.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\tests\\httpcachestoretest.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatabackendinterface.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\internal\\deriveddatacachekeyfilter.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatalegacycachestore.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestore.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\internal\\deriveddatacachemethod.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\templates\\dontcopy.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\public\\experimental\\zenserverinterface.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\dom\\jsonobject.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\dom\\jsonvalue.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\serialization\\jsontypes.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\jsonglobals.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\public\\experimental\\zenglobals.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\policies\\prettyjsonprintpolicy.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\policies\\jsonprintpolicy.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\json\\public\\serialization\\jsonwriter.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\public\\experimental\\zenstatistics.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\profilingdebugging\\scopedtimers.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\zencachestore.cpp",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\async\\manualresetevent.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\batchview.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacacheprivate.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatacacheusagestats.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\profilingdebugging\\cookstats.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatachunk.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatahttprequestqueue.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\devhttp\\internal\\http\\httpclient.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\public\\deriveddatarequest.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\devhttp\\internal\\http\\httphostbuilder.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\profilingdebugging\\counterstrace.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\serialization\\compactbinarypackage.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\serialization\\largememorywriter.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\serialization\\largememorydata.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\internal\\zenasynccbpackagereceiver.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\internal\\zencbpackagereceiver.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\internal\\zenbackendutils.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\zen\\internal\\zenserialization.h",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\tests\\deriveddatacachestatstest.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\private\\deriveddatacachestats.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\tests\\testharnessadapter.h",
"d:\\ue_5_7_1\\engine\\source\\runtime\\core\\public\\misc\\lowleveltestadapter.h",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\sstream",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\istream",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\__msvc_ostream.hpp",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\ios",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xlocnum",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\cmath",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\streambuf",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xiosbase",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\system_error",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\__msvc_system_error_abi.hpp",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\cerrno",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\stdexcept",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xstring",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\__msvc_sanitizer_annotate_container.hpp",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\__msvc_string_view.hpp",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xpolymorphic_allocator.h",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xcall_once.h",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xerrc.h",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xlocale",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\memory",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xfacet",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\xlocinfo",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\__msvc_xlocinfo_types.hpp",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\cctype",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\clocale",
"c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\string",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\vector",
"c:\\program files\\microsoft visual studio\\2022\\community\\vc\\tools\\msvc\\14.44.35207\\include\\__msvc_bit_utils.hpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\tests\\deriveddatacachestorehierarchytest.cpp",
"d:\\ue_5_7_1\\engine\\source\\developer\\deriveddatacache\\tests\\testcachestore.cpp"
],
"ImportedModules": [],
"ImportedHeaderUnits": []
}
}

View File

@@ -0,0 +1,54 @@
"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.3.cpp"
@"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/DerivedDataCache.Shared.rsp"
/FI"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h"
/FI"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Definitions.DerivedDataCache.h"
/Yu"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h"
/Fp"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/Core/SharedPCH.Core.Cpp20.h.pch"
/Fo"D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.3.cpp.obj"
/experimental:log "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.3.cpp.sarif"
/sourceDependencies "D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/DerivedDataCache/Module.DerivedDataCache.3.cpp.dep.json"
/nologo
/Oi
/FC
/diagnostics:caret
/c
/Gw
/Gy
/utf-8
/wd4819
/DSAL_NO_ATTRIBUTE_DECLARATIONS=1
/permissive-
/Zc:strictStrings-
/Zc:__cplusplus
/Zc:inline
/Zc:preprocessor
/D_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1
/D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1
/D_WINDLL
/D_DISABLE_EXTENDED_ALIGNED_STORAGE
/Ob2
/d2ExtendedWarningInfo
/Ox
/Ot
/GF
/errorReport:prompt
/EHsc
/DPLATFORM_EXCEPTIONS_DISABLED=0
/Z7
/MD
/bigobj
/fp:fast
/Zo
/Zp8
/W4
/we4456
/we4458
/we4459
/we4244
/we4838
/wd4267
/wd4100
/TP
/GR-
/std:c++20
/wd5054

View File

@@ -0,0 +1,18 @@
{
"version": "2.1.0",
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
"runs": [
{
"results": [],
"tool": {
"driver": {
"name": "MSVC",
"shortDescription": {
"text": "Microsoft Visual C++ Compiler Warnings/Errors"
},
"informationUri": "https://docs.microsoft.com/cpp/error-messages/compiler-errors-1/c-cpp-build-errors"
}
}
}
]
}

View File

@@ -0,0 +1,7 @@
// Generated by UnrealBuildTool (UEBuildModuleCPP.cs)
#if !defined(PER_MODULE_INLINE_FILE) && defined(CORE_API)
#define PER_MODULE_INLINE_FILE "HAL/PerModuleInline.inl"
#endif
#if defined(PER_MODULE_INLINE_FILE) && !defined(SUPPRESS_PER_MODULE_INLINE_FILE)
#include PER_MODULE_INLINE_FILE
#endif