Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 lines
410 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "DNAAssetCustomVersion.h"
#include "Serialization/CustomVersion.h"
const FGuid FDNAAssetCustomVersion::GUID(0x9DE7BD98, 0x67D445B2, 0x8C0E9D73, 0xFDE1E367);
// Register the custom version with core
FCustomVersionRegistration GRegisterDNAAssetCustomVersion(FDNAAssetCustomVersion::GUID, FDNAAssetCustomVersion::LatestVersion, TEXT("DNAAssetVer"));