UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NiagaraObjectVersion.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreTypes.h"
5#include "Misc/Guid.h"
6
7// Custom serialization version for changes made in Dev-Niagara stream
9{
10 enum Type
11 {
12 // Before any version changes were made
14
16
17 // -----<new versions can be added above this line>-------------------------------------------------
20 };
21
22 // The GUID for this custom version number
23 CORE_API const static FGuid GUID;
24
25private:
27};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Guid.h:109
Definition NiagaraObjectVersion.h:9
CORE_API static const FGuid GUID
Definition NiagaraObjectVersion.h:23
Type
Definition NiagaraObjectVersion.h:11
@ BeforeCustomVersionWasAdded
Definition NiagaraObjectVersion.h:13
@ LatestVersion
Definition NiagaraObjectVersion.h:19
@ VersionPlusOne
Definition NiagaraObjectVersion.h:18
@ SkeletalMeshVertexSampling
Definition NiagaraObjectVersion.h:15