You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Excluding syms dir from IncludeTools inspection.
#jira UE-194233 [CL 27553065 by andrew phillips in ue5-main branch]
This commit is contained in:
@@ -39,6 +39,7 @@ namespace IncludeTool
|
||||
"/engine/source/programs/unrealswarm/private/",
|
||||
"/engine/plugins/runtime/packethandlers/compressioncomponents/oodle/source/thirdparty/notforlicensees/oodle/213/win/examples/",
|
||||
"/engine/plugins/developer/riderlink/",
|
||||
"/engine/source/runtime/symslib/syms/",
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
@@ -226,6 +227,12 @@ namespace IncludeTool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
// remove symslib files
|
||||
if (NormalizedPath.Contains("symslib/syms"))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -658,6 +665,7 @@ namespace IncludeTool
|
||||
|
||||
"/Engine/Restricted/",
|
||||
"/Engine/Shaders/Shared/RayTracingBuiltInResources.h",
|
||||
"/Engine/Source/Runtime/Symslib/syms/",
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user