Skip to content

Commit

Permalink
优化ResetTempSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhb committed Apr 6, 2024
1 parent a1b85ff commit 7175cd4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ FORCEINLINE UHotPatcherSettings::UHotPatcherSettings(const FObjectInitializer& I
{
auto ResetTempSettings = [](FExportPatchSettings& InTempPatchSetting)
{
InTempPatchSetting = FExportPatchSettings{};
InTempPatchSetting.bByBaseVersion=false;
// TempPatchSetting.bStorageAssetDependencies = false;
InTempPatchSetting.bStorageDiffAnalysisResults=false;
Expand Down

0 comments on commit 7175cd4

Please sign in to comment.