UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ClothConfigNvCustomVersion.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Misc/Guid.h"
7
8// Custom serialization version for config
10{
11 enum Type
12 {
13 // Before any version changes were made
15 // Deprecate legacy structure and enum that couldn't be redirected
17
18 // -----<new versions can be added above this line>-------------------------------------------------
21 };
22
23 // The GUID for this custom version number
24 const static FGuid GUID;
25
26private:
28};
Definition ClothConfigNvCustomVersion.h:10
static const FGuid GUID
Definition ClothConfigNvCustomVersion.h:24
Type
Definition ClothConfigNvCustomVersion.h:12
@ LatestVersion
Definition ClothConfigNvCustomVersion.h:20
@ DeprecateLegacyStructureAndEnum
Definition ClothConfigNvCustomVersion.h:16
@ BeforeCustomVersionWasAdded
Definition ClothConfigNvCustomVersion.h:14
@ VersionPlusOne
Definition ClothConfigNvCustomVersion.h:19
Definition Guid.h:109