Files
UnrealEngine/Engine/Source/Editor/UnrealEd/Private/Cooker/CookIncrementalVersion.cpp
2025-05-18 13:04:45 +08:00

13 lines
315 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "CookTypes.h"
#include "Misc/Guid.h"
namespace UE::Cook
{
// Change CookIncrementalVersion to a new guid when all packages in an incremental cook need to be invalidated
FGuid CookIncrementalVersion( 0xD6B3741E, 0x72CD49EF, 0xBEDEFBA9, 0xDB7C61CF );
}