Files
UnrealEngine/Engine/Source/Runtime/ClothingSystemRuntimeNv/Private/ClothConfigNvCustomVersion.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 lines
440 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ClothConfigNvCustomVersion.h"
#include "Serialization/CustomVersion.h"
const FGuid FClothConfigNvCustomVersion::GUID(0x9950B70E, 0xB41A4E17, 0xBBCCFA0D, 0x57817FD6);
// Register the custom version with core
FCustomVersionRegistration GRegisterClothConfigNvCustomVersion(FClothConfigNvCustomVersion::GUID, FClothConfigNvCustomVersion::LatestVersion, TEXT("ClothConfigNvVer"));