Patch
This commit is contained in:
@@ -14,7 +14,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define RELOADEDITOR_ReloadEditorSettings_generated_h
|
||||
|
||||
#define FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_10_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_12_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUReloadEditorSettings(); \
|
||||
friend struct Z_Construct_UClass_UReloadEditorSettings_Statics; \
|
||||
@@ -25,7 +25,7 @@ public: \
|
||||
|
||||
|
||||
|
||||
#define FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_10_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_12_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
UReloadEditorSettings(UReloadEditorSettings&&); \
|
||||
@@ -37,12 +37,12 @@ public: \
|
||||
NO_API virtual ~UReloadEditorSettings();
|
||||
|
||||
|
||||
#define FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_7_PROLOG
|
||||
#define FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_10_GENERATED_BODY \
|
||||
#define FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_9_PROLOG
|
||||
#define FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_12_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_10_INCLASS_NO_PURE_DECLS \
|
||||
FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_10_ENHANCED_CONSTRUCTORS \
|
||||
FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_12_INCLASS_NO_PURE_DECLS \
|
||||
FID_Github_Repo_UTB_Plugin_Plugin_Plugins_ReloadEditor_Source_ReloadEditor_Public_ReloadEditorSettings_h_12_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
@@ -0,0 +1,87 @@
|
||||
/nologo
|
||||
/D_WIN64
|
||||
/l 0x409
|
||||
/I "."
|
||||
/I "F:\IDE_VS\VC\Tools\MSVC\14.38.33130\INCLUDE"
|
||||
/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt"
|
||||
/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared"
|
||||
/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um"
|
||||
/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt"
|
||||
/DIS_PROGRAM=0
|
||||
/DUE_EDITOR=1
|
||||
/DUSE_SHADER_COMPILER_WORKER_TRACE=0
|
||||
/DUE_REFERENCE_COLLECTOR_REQUIRE_OBJECTPTR=1
|
||||
/DWITH_VERSE_VM=0
|
||||
/DENABLE_PGO_PROFILE=0
|
||||
/DUSE_VORBIS_FOR_STREAMING=1
|
||||
/DUSE_XMA2_FOR_STREAMING=1
|
||||
/DWITH_DEV_AUTOMATION_TESTS=1
|
||||
/DWITH_PERF_AUTOMATION_TESTS=1
|
||||
/DWITH_LOW_LEVEL_TESTS=0
|
||||
/DEXPLICIT_TESTS_TARGET=0
|
||||
/DWITH_TESTS=1
|
||||
/DUNICODE
|
||||
/D_UNICODE
|
||||
/D__UNREAL__
|
||||
/DIS_MONOLITHIC=0
|
||||
/DIS_MERGEDMODULES=0
|
||||
/DWITH_ENGINE=1
|
||||
/DWITH_UNREAL_DEVELOPER_TOOLS=1
|
||||
/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1
|
||||
/DWITH_APPLICATION_CORE=1
|
||||
/DWITH_COREUOBJECT=1
|
||||
/DUE_TRACE_ENABLED=1
|
||||
/DUE_TRACE_FORCE_ENABLED=0
|
||||
/DWITH_VERSE=1
|
||||
/DUE_USE_VERSE_PATHS=1
|
||||
/DWITH_VERSE_BPVM=1
|
||||
/DUSE_STATS_WITHOUT_ENGINE=0
|
||||
/DWITH_PLUGIN_SUPPORT=0
|
||||
/DWITH_ACCESSIBILITY=1
|
||||
/DWITH_PERFCOUNTERS=1
|
||||
/DWITH_FIXED_TIME_STEP_SUPPORT=1
|
||||
/DUSE_LOGGING_IN_SHIPPING=0
|
||||
/DALLOW_CONSOLE_IN_SHIPPING=0
|
||||
/DALLOW_PROFILEGPU_IN_TEST=0
|
||||
/DALLOW_PROFILEGPU_IN_SHIPPING=0
|
||||
/DWITH_LOGGING_TO_MEMORY=0
|
||||
/DUSE_CACHE_FREED_OS_ALLOCS=1
|
||||
/DUSE_CHECKS_IN_SHIPPING=0
|
||||
/DUSE_UTF8_TCHARS=0
|
||||
/DUSE_ESTIMATED_UTCNOW=0
|
||||
/DUE_ALLOW_EXEC_COMMANDS_IN_SHIPPING=1
|
||||
/DWITH_EDITOR=1
|
||||
/DWITH_IOSTORE_IN_EDITOR=1
|
||||
/DWITH_CLIENT_CODE=1
|
||||
/DWITH_SERVER_CODE=1
|
||||
/DUE_FNAME_OUTLINE_NUMBER=0
|
||||
/DWITH_PUSH_MODEL=1
|
||||
/DWITH_CEF3=1
|
||||
/DWITH_LIVE_CODING=1
|
||||
/DWITH_CPP_MODULES=0
|
||||
/DWITH_CPP_COROUTINES=0
|
||||
/DWITH_PROCESS_PRIORITY_CONTROL=0
|
||||
/DUBT_MODULE_MANIFEST="UnrealEditor.modules"
|
||||
/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules"
|
||||
/DUBT_COMPILED_PLATFORM=Win64
|
||||
/DUBT_COMPILED_TARGET=Editor
|
||||
/DUE_APP_NAME="UnrealEditor"
|
||||
/DUE_WARNINGS_AS_ERRORS=0
|
||||
/DNDIS_MINIPORT_MAJOR_VERSION=0
|
||||
/DWIN32=1
|
||||
/D_WIN32_WINNT=0x0601
|
||||
/DWINVER=0x0601
|
||||
/DPLATFORM_WINDOWS=1
|
||||
/DPLATFORM_MICROSOFT=1
|
||||
/DOVERRIDE_PLATFORM_HEADER_NAME=Windows
|
||||
/DRHI_RAYTRACING=1
|
||||
/DWINDOWS_MAX_NUM_TLS_SLOTS=2048
|
||||
/DWINDOWS_MAX_NUM_THREADS_WITH_TLS_SLOTS=512
|
||||
/DNDEBUG=1
|
||||
/DUE_BUILD_DEVELOPMENT=1
|
||||
/DORIGINAL_FILE_NAME="UnrealEditor-ReloadEditor.dll"
|
||||
/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\""
|
||||
/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings."
|
||||
/DPROJECT_PRODUCT_IDENTIFIER=Plugin
|
||||
/fo "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Default.rc2.res"
|
||||
"..\Build\Windows\Resources\Default.rc2"
|
@@ -1,15 +1,20 @@
|
||||
// Generated by UnrealBuildTool (UEBuildModuleCPP.cs) : Shared PCH Definitions for ReloadEditor
|
||||
#pragma once
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Intermediate/Build/Win64/x64/UnrealEditor/Development/UnrealEd/SharedDefinitions.UnrealEd.Cpp20.h"
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Intermediate/Build/Win64/x64/PluginEditor/Development/UnrealEd/SharedDefinitions.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
#undef RELOADEDITOR_API
|
||||
#define UE_IS_ENGINE_MODULE 1
|
||||
#define UE_IS_ENGINE_MODULE 0
|
||||
#define UE_DEPRECATED_FORGAME UE_DEPRECATED
|
||||
#define UE_DEPRECATED_FORENGINE UE_DEPRECATED
|
||||
#define UE_VALIDATE_FORMAT_STRINGS 1
|
||||
#define UE_VALIDATE_INTERNAL_API 0
|
||||
#define UE_VALIDATE_INTERNAL_API 1
|
||||
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_2 0
|
||||
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_3 0
|
||||
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_4 0
|
||||
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_4 1
|
||||
#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_5 1
|
||||
#define UE_PROJECT_NAME Plugin
|
||||
#define UE_TARGET_NAME UnrealEditor
|
||||
#define UE_TARGET_NAME PluginEditor
|
||||
#define UE_MODULE_NAME "ReloadEditor"
|
||||
#define UE_PLUGIN_NAME "ReloadEditor"
|
||||
#define IMPLEMENT_ENCRYPTION_KEY_REGISTRATION()
|
||||
#define IMPLEMENT_SIGNING_KEY_REGISTRATION()
|
||||
#define RELOADEDITOR_API DLLEXPORT
|
||||
|
@@ -2,12 +2,12 @@
|
||||
"RemapUnityFiles":
|
||||
{
|
||||
"Module.ReloadEditor.cpp.obj": [
|
||||
"ReloadEditorStyle.cpp.obj",
|
||||
"ReloadEditor.init.gen.cpp.obj",
|
||||
"ReloadEditorSettings.gen.cpp.obj",
|
||||
"ReloadEditor.cpp.obj",
|
||||
"ReloadEditorCommands.cpp.obj",
|
||||
"ReloadEditorSettings.cpp.obj"
|
||||
"ReloadEditorSettings.cpp.obj",
|
||||
"ReloadEditorStyle.cpp.obj"
|
||||
]
|
||||
}
|
||||
}
|
@@ -2,13 +2,13 @@
|
||||
"RemapUnityFiles":
|
||||
{
|
||||
"Module.ReloadEditor.cpp.obj": [
|
||||
"ReloadEditorStyle.cpp.obj",
|
||||
"ReloadEditor.init.gen.cpp.obj",
|
||||
"ReloadEditorSettings.gen.cpp.obj",
|
||||
"CustomKeySelector.cpp.obj",
|
||||
"PerModuleInline.gen.cpp.obj",
|
||||
"ReloadEditor.cpp.obj",
|
||||
"ReloadEditorCommands.cpp.obj",
|
||||
"ReloadEditorSettings.cpp.obj"
|
||||
"ReloadEditorSettings.cpp.obj",
|
||||
"ReloadEditorStyle.cpp.obj"
|
||||
]
|
||||
}
|
||||
}
|
@@ -1,2 +1,3 @@
|
||||
// This file is automatically generated at compile-time to include some subset of the user-created cpp files.
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Plugins/ReloadEditor/Source/ReloadEditor/Private/ReloadEditorStyle.cpp"
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Plugins/ReloadEditor/Intermediate/Build/Win64/UnrealEditor/Inc/ReloadEditor/UHT/ReloadEditor.init.gen.cpp"
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Plugins/ReloadEditor/Intermediate/Build/Win64/UnrealEditor/Inc/ReloadEditor/UHT/ReloadEditorSettings.gen.cpp"
|
||||
|
@@ -6,20 +6,16 @@
|
||||
"PCH": "f:\\github_repo\\utb-plugin\\plugin\\intermediate\\build\\win64\\x64\\plugineditor\\development\\unrealed\\sharedpch.unrealed.project.valapi.cpp20.inclorderoldest.h.pch",
|
||||
"Includes": [
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\intermediate\\build\\win64\\x64\\unrealeditor\\development\\reloadeditor\\definitions.reloadeditor.h",
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\source\\reloadeditor\\private\\reloadeditorstyle.cpp",
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\source\\reloadeditor\\public\\reloadeditorstyle.h",
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\source\\reloadeditor\\public\\reloadeditor.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\slatecore\\public\\styling\\slatestyleregistry.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\engine\\public\\slate\\slategameresources.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\projects\\public\\interfaces\\ipluginmanager.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\projects\\public\\plugindescriptor.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\projects\\public\\custombuildsteps.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\projects\\public\\localizationdescriptor.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\projects\\public\\moduledescriptor.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\projects\\public\\plugindisalloweddescriptor.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\projects\\public\\pluginreferencedescriptor.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\projects\\public\\versescope.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\slatecore\\public\\styling\\slatestylemacros.h"
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\intermediate\\build\\win64\\unrealeditor\\inc\\reloadeditor\\uht\\reloadeditor.init.gen.cpp",
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\intermediate\\build\\win64\\unrealeditor\\inc\\reloadeditor\\uht\\reloadeditorsettings.gen.cpp",
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\source\\reloadeditor\\public\\reloadeditorsettings.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\coreuobject\\public\\uobject\\noexporttypes.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\coreuobject\\public\\uobject\\propertyaccessutil.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\coreuobject\\public\\serialization\\testundeclaredscriptstructobjectreferences.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\core\\public\\math\\unitconversion.h",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\core\\public\\math\\unitconversion.inl",
|
||||
"f:\\ue_5.4\\engine\\source\\runtime\\core\\public\\internationalization\\polyglottextdata.h",
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\intermediate\\build\\win64\\unrealeditor\\inc\\reloadeditor\\uht\\reloadeditorsettings.generated.h"
|
||||
],
|
||||
"ImportedModules": [],
|
||||
"ImportedHeaderUnits": []
|
||||
|
@@ -0,0 +1,53 @@
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Module.ReloadEditor.cpp"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Definitions.ReloadEditor.h"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h.pch"
|
||||
/Fo"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Module.ReloadEditor.cpp.obj"
|
||||
/experimental:log "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Module.ReloadEditor.cpp.sarif"
|
||||
/sourceDependencies "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Module.ReloadEditor.cpp.dep.json"
|
||||
@"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.Shared.rsp"
|
||||
/d2ssa-cfg-question-
|
||||
/Zc:inline
|
||||
/nologo
|
||||
/Oi
|
||||
/FC
|
||||
/c
|
||||
/Gw
|
||||
/Gy
|
||||
/utf-8
|
||||
/wd4819
|
||||
/DSAL_NO_ATTRIBUTE_DECLARATIONS=1
|
||||
/permissive-
|
||||
/Zc:strictStrings-
|
||||
/Zc:__cplusplus
|
||||
/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
|
||||
/we4456
|
||||
/we4458
|
||||
/we4459
|
||||
/we4668
|
||||
/wd4244
|
||||
/wd4838
|
||||
/TP
|
||||
/GR-
|
||||
/W4
|
||||
/std:c++20
|
||||
/Zc:preprocessor
|
||||
/wd5054
|
@@ -1,4 +1,4 @@
|
||||
// This file is automatically generated at compile-time to include some subset of the user-created cpp files.
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Plugins/ReloadEditor/Intermediate/Build/Win64/UnrealEditor/Inc/ReloadEditor/UHT/ReloadEditor.init.gen.cpp"
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Plugins/ReloadEditor/Intermediate/Build/Win64/UnrealEditor/Inc/ReloadEditor/UHT/ReloadEditorSettings.gen.cpp"
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Plugins/ReloadEditor/Source/ReloadEditor/Private/ReloadEditorStyle.cpp"
|
||||
#include "F:/Github_Repo/UTB-Plugin/Plugin/Plugins/ReloadEditor/Intermediate/Build/Win64/x64/UnrealEditor/Development/ReloadEditor/PerModuleInline.gen.cpp"
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
#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
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Version": "1.2",
|
||||
"Data": {
|
||||
"Source": "f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\intermediate\\build\\win64\\x64\\unrealeditor\\development\\reloadeditor\\permoduleinline.gen.cpp",
|
||||
"ProvidedModule": "",
|
||||
"PCH": "f:\\github_repo\\utb-plugin\\plugin\\intermediate\\build\\win64\\x64\\plugineditor\\development\\unrealed\\sharedpch.unrealed.project.valapi.cpp20.inclorderunreal5_3.h.pch",
|
||||
"Includes": [
|
||||
"f:\\github_repo\\utb-plugin\\plugin\\plugins\\reloadeditor\\intermediate\\build\\win64\\x64\\unrealeditor\\development\\reloadeditor\\definitions.reloadeditor.h",
|
||||
"f:\\ue_5.5\\engine\\source\\runtime\\core\\public\\hal\\permoduleinline.inl"
|
||||
],
|
||||
"ImportedModules": [],
|
||||
"ImportedHeaderUnits": []
|
||||
}
|
||||
}
|
@@ -0,0 +1,53 @@
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\PerModuleInline.gen.cpp"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Definitions.ReloadEditor.h"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h.pch"
|
||||
/Fo"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\PerModuleInline.gen.cpp.obj"
|
||||
/experimental:log "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\PerModuleInline.gen.cpp.sarif"
|
||||
/sourceDependencies "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\PerModuleInline.gen.cpp.dep.json"
|
||||
@"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.Shared.rsp"
|
||||
/d2ssa-cfg-question-
|
||||
/Zc:inline
|
||||
/nologo
|
||||
/Oi
|
||||
/FC
|
||||
/c
|
||||
/Gw
|
||||
/Gy
|
||||
/utf-8
|
||||
/wd4819
|
||||
/DSAL_NO_ATTRIBUTE_DECLARATIONS=1
|
||||
/permissive-
|
||||
/Zc:strictStrings-
|
||||
/Zc:__cplusplus
|
||||
/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
|
||||
/we4456
|
||||
/we4458
|
||||
/we4459
|
||||
/we4668
|
||||
/wd4244
|
||||
/wd4838
|
||||
/TP
|
||||
/GR-
|
||||
/W4
|
||||
/std:c++20
|
||||
/Zc:preprocessor
|
||||
/wd5054
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -13,6 +13,8 @@
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreUObject\VerseVMBytecode"
|
||||
/I "Runtime\CoreUObject\Public"
|
||||
/I "Runtime\CoreUObject\Internal"
|
||||
/I "Runtime\CorePreciseFP\Public"
|
||||
/I "Runtime\CorePreciseFP\Internal"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorFramework\UHT"
|
||||
/I "Editor\EditorFramework\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorSubsystem\UHT"
|
||||
@@ -24,6 +26,7 @@
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\MeshDescription\UHT"
|
||||
/I "Runtime\MeshDescription\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\TypedElementFramework\UHT"
|
||||
/I "Runtime\TypedElementFramework\Tests"
|
||||
/I "Runtime\TypedElementFramework\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\TypedElementRuntime\UHT"
|
||||
/I "Runtime\TypedElementRuntime\Public"
|
||||
@@ -31,7 +34,6 @@
|
||||
/I "Programs\UnrealLightmass\Public"
|
||||
/I "Editor\UnrealEd\Classes"
|
||||
/I "Editor\UnrealEd\Public"
|
||||
/I "Editor\UnrealEd\Internal"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\AssetDefinition\UHT"
|
||||
/I "Editor\AssetDefinition\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\AssetRegistry\UHT"
|
||||
@@ -64,6 +66,7 @@
|
||||
/I "Runtime\MessagingCommon\Public"
|
||||
/I "Runtime\RenderCore\Public"
|
||||
/I "Runtime\RenderCore\Internal"
|
||||
/I "Runtime\OpenGLDrv\Public"
|
||||
/I "Runtime\Analytics\AnalyticsET\Public"
|
||||
/I "Runtime\Analytics\Analytics\Public"
|
||||
/I "Runtime\Sockets\Public"
|
||||
@@ -118,7 +121,6 @@
|
||||
/I "Runtime\AudioLink\AudioLinkCore\Public"
|
||||
/I "Runtime\CookOnTheFly\Internal"
|
||||
/I "Runtime\Networking\Public"
|
||||
/I "Runtime\Experimental\IoStoreOnDemand\Public"
|
||||
/I "Developer\TextureBuildUtilities\Public"
|
||||
/I "Developer\Horde\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\ClothSysRuntimeIntrfc\UHT"
|
||||
@@ -155,7 +157,6 @@
|
||||
/I "Editor\AdvancedPreviewScene\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\PropertyEditor\UHT"
|
||||
/I "Editor\PropertyEditor\Public"
|
||||
/I "Editor\PropertyEditor\Internal"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorConfig\UHT"
|
||||
/I "Editor\EditorConfig\Public"
|
||||
/I "Editor\ActorPickerMode\Public"
|
||||
@@ -217,6 +218,7 @@
|
||||
/I "Editor\ContentBrowser\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\AssetTools\UHT"
|
||||
/I "Developer\AssetTools\Public"
|
||||
/I "Developer\AssetTools\Internal"
|
||||
/I "Developer\Merge\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\CollectionManager\UHT"
|
||||
/I "Developer\CollectionManager\Public"
|
||||
@@ -250,6 +252,8 @@
|
||||
/I "Runtime\Experimental\Dataflow\Core\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\DataflowEngine\UHT"
|
||||
/I "Runtime\Experimental\Dataflow\Engine\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\DataflowSimulation\UHT"
|
||||
/I "Runtime\Experimental\Dataflow\Simulation\Public"
|
||||
/I "Developer\MeshBuilder\Public"
|
||||
/I "Runtime\MeshUtilitiesCommon\Public"
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\MSQS\UHT"
|
||||
@@ -282,13 +286,17 @@
|
||||
/I "..\Intermediate\Build\Win64\UnrealEditor\Inc\MaterialUtilities\UHT"
|
||||
/I "Developer\MaterialUtilities\Public"
|
||||
/I "Editor\KismetCompiler\Public"
|
||||
/I "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\UnrealEditor\Inc\ReloadEditor\UHT"
|
||||
/I "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Source"
|
||||
/I "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Source\ReloadEditor\Public"
|
||||
/external:W0
|
||||
/external:I "ThirdParty\GuidelinesSupportLibrary\GSL-1144\include"
|
||||
/external:I "ThirdParty\RapidJSON\1.1.0"
|
||||
/external:I "ThirdParty\LibTiff\Source\Win64"
|
||||
/external:I "ThirdParty\LibTiff\Source"
|
||||
/external:I "ThirdParty\OpenGL"
|
||||
/external:I "F:\IDE_VS\VC\Tools\MSVC\14.38.33130\INCLUDE"
|
||||
/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt"
|
||||
/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\shared"
|
||||
/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\um"
|
||||
/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\winrt"
|
||||
/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"
|
@@ -1,11 +1,13 @@
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Source\ReloadEditor\Private\ReloadEditor.cpp"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Definitions.ReloadEditor.h"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h.pch"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h.pch"
|
||||
/Fo"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.cpp.obj"
|
||||
/experimental:log "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.cpp.sarif"
|
||||
/sourceDependencies "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.cpp.dep.json"
|
||||
@"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.Shared.rsp"
|
||||
/d2ssa-cfg-question-
|
||||
/Zc:inline
|
||||
/nologo
|
||||
/Oi
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,11 +1,13 @@
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Source\ReloadEditor\Private\ReloadEditorCommands.cpp"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Definitions.ReloadEditor.h"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h.pch"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h.pch"
|
||||
/Fo"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorCommands.cpp.obj"
|
||||
/experimental:log "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorCommands.cpp.sarif"
|
||||
/sourceDependencies "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorCommands.cpp.dep.json"
|
||||
@"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.Shared.rsp"
|
||||
/d2ssa-cfg-question-
|
||||
/Zc:inline
|
||||
/nologo
|
||||
/Oi
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,53 @@
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Source\ReloadEditor\Private\ReloadEditorSettings.cpp"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Definitions.ReloadEditor.h"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h.pch"
|
||||
/Fo"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.cpp.obj"
|
||||
/experimental:log "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.cpp.sarif"
|
||||
/sourceDependencies "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.cpp.dep.json"
|
||||
@"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.Shared.rsp"
|
||||
/d2ssa-cfg-question-
|
||||
/Zc:inline
|
||||
/nologo
|
||||
/Oi
|
||||
/FC
|
||||
/c
|
||||
/Gw
|
||||
/Gy
|
||||
/utf-8
|
||||
/wd4819
|
||||
/DSAL_NO_ATTRIBUTE_DECLARATIONS=1
|
||||
/permissive-
|
||||
/Zc:strictStrings-
|
||||
/Zc:__cplusplus
|
||||
/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
|
||||
/we4456
|
||||
/we4458
|
||||
/we4459
|
||||
/we4668
|
||||
/wd4244
|
||||
/wd4838
|
||||
/TP
|
||||
/GR-
|
||||
/W4
|
||||
/std:c++20
|
||||
/Zc:preprocessor
|
||||
/wd5054
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,11 +1,13 @@
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Source\ReloadEditor\Private\ReloadEditorStyle.cpp"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/FI"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Definitions.ReloadEditor.h"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\UnrealEditor\Development\UnrealEd\SharedPCH.UnrealEd.Cpp20.h.pch"
|
||||
/Yu"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h"
|
||||
/Fp"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h.pch"
|
||||
/Fo"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorStyle.cpp.obj"
|
||||
/experimental:log "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorStyle.cpp.sarif"
|
||||
/sourceDependencies "F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorStyle.cpp.dep.json"
|
||||
@"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.Shared.rsp"
|
||||
/d2ssa-cfg-question-
|
||||
/Zc:inline
|
||||
/nologo
|
||||
/Oi
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -40,8 +40,7 @@
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorCommands.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.init.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorStyle.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Default.rc2.res"
|
||||
"..\Intermediate\Build\Win64\x64\UnrealEditor\Development\Projects\UnrealEditor-Projects.lib"
|
||||
"..\Intermediate\Build\Win64\x64\UnrealEditor\Development\InputCore\UnrealEditor-InputCore.lib"
|
||||
|
@@ -22,8 +22,8 @@
|
||||
/DELAYLOAD:"d3d12.dll"
|
||||
/DELAYLOAD:"DBGHELP.DLL"
|
||||
/LIBPATH:"F:\IDE_VS\VC\Tools\MSVC\14.38.33130\lib\x64"
|
||||
/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\ucrt\x64"
|
||||
/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\um\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"
|
||||
@@ -35,14 +35,14 @@
|
||||
/NODEFAULTLIB:"LIBCD"
|
||||
/NODEFAULTLIB:"LIBCPD"
|
||||
/FUNCTIONPADMIN:6
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderOldest.h.obj"
|
||||
/NOIMPLIB
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Module.ReloadEditor.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\CustomKeySelector.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorCommands.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.init.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorStyle.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\PerModuleInline.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Default.rc2.res"
|
||||
"..\Intermediate\Build\Win64\x64\UnrealEditor\Development\Projects\UnrealEditor-Projects.lib"
|
||||
"..\Intermediate\Build\Win64\x64\UnrealEditor\Development\InputCore\UnrealEditor-InputCore.lib"
|
||||
@@ -81,6 +81,5 @@
|
||||
"dwmapi.lib"
|
||||
"imm32.lib"
|
||||
/OUT:"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Binaries\Win64\UnrealEditor-ReloadEditor.dll"
|
||||
/IMPLIB:"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\UnrealEditor-ReloadEditor.sup.lib"
|
||||
/PDB:"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Binaries\Win64\UnrealEditor-ReloadEditor.pdb"
|
||||
/ignore:4078
|
Binary file not shown.
@@ -11,7 +11,6 @@
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorCommands.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.init.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorStyle.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Default.rc2.res"
|
||||
/OUT:"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\UnrealEditor-ReloadEditor.lib"
|
@@ -6,13 +6,12 @@
|
||||
/NAME:"UnrealEditor-ReloadEditor.dll"
|
||||
/IGNORE:4221
|
||||
/NODEFAULTLIB
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderOldest.h.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Intermediate\Build\Win64\x64\PluginEditor\Development\UnrealEd\SharedPCH.UnrealEd.Project.ValApi.Cpp20.InclOrderUnreal5_3.h.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Module.ReloadEditor.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\CustomKeySelector.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorCommands.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditor.init.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorSettings.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\ReloadEditorStyle.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\PerModuleInline.gen.cpp.obj"
|
||||
"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\Default.rc2.res"
|
||||
/OUT:"F:\Github_Repo\UTB-Plugin\Plugin\Plugins\ReloadEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\ReloadEditor\UnrealEditor-ReloadEditor.lib"
|
Reference in New Issue
Block a user