You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[INTEGRATE] 4.3 release branch to main.
[CL 2176319 by Ben Marsh in Main branch]
This commit is contained in:
@@ -227,6 +227,10 @@ namespace APIDocTool
|
||||
Result += "_";
|
||||
}
|
||||
}
|
||||
if(Result.Equals("CON", StringComparison.CurrentCultureIgnoreCase))
|
||||
{
|
||||
Result += "_";
|
||||
}
|
||||
return Result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user